#99e366

Color #99E366 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #99E366

Tints of Feijoa #99E366

Color information

#99E366 (or 0x99E366) is unknown color: approx Feijoa. HEX triplet: 99, E3 and 66. RGB value is (153,227,102). Sum of RGB (Red+Green+Blue) = 153+227+102=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #99E366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E366 is #661C99. Grayscale: #BFBFBF. Windows color (decimal): -6691994 or 6742937. OLE color: 6742937.

HSL color Cylindrical-coordinate representation of color #99E366: hue angle of 95.52º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99E366 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB153227102-
CMYK0.3300.550.11
HSL95.52º69.06%64.51%-
HSV(B)95.52º55.07%89.02%-
XYZ4362.6722.4-
YUV190.6277.98101.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 227 (89.06% from 255) = 47.10%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=31.74%
G=47.10%
B=21.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1532271020.3300.550.1195.5269.0664.51
Hex99E36621037B604541
Octal2313431464106713140105101
Binary1001100111100011110011010000101101111011110000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99e366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99e366; }

 p { color: rgb(153,227,102); }

 H1.HeaderClassName
 {
   color: #99e366;
 }
 .AnyTagClassName
 {
   color: #99e366;
 }
</style>
background-color css

<style>
 a { background-color: #99e366; }

 a { background-color: rgb(153,227,102); }

 div.DivClassName
 {
   background-color: #99e366;
 }
 .BgClassName
 {
   background-color: #99e366;
 }
</style>
border-color css

<style>
 span { border-color: #99e366; }

 span { border-color: rgb(153,227,102); }

 td.TdClassName
 {
   border-color: #99e366;
 }
 .TagClassName
 {
   border-color: #99e366;
 }
</style>