#99E86A

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

Shades of Feijoa #99E86A

Tints of Feijoa #99E86A

Color information

#99E86A (or 0x99E86A) is unknown color: approx Feijoa. HEX triplet: 99, E8 and 6A. RGB value is (153,232,106). Sum of RGB (Red+Green+Blue) = 153+232+106=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 232 - color contains mainly: green. Hex color #99E86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99E86A is #661795. Grayscale: #C2C2C2. Windows color (decimal): -6690710 or 7006361. OLE color: 7006361.

HSL color Cylindrical-coordinate representation of color #99E86A: hue angle of 97.62º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99E86A is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB153232106-
CMYK0.3400.540.09
HSL97.62º73.26%66.27%-
HSV(B)97.62º54.31%90.98%-
XYZ44.665.5323.93-
YUV194.0278.3398.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 232 (91.02% from 255) = 47.25%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=31.16%
G=47.25%
B=21.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532321060.3400.540.0997.6273.2666.27
Hex99E86A220369624942
Octal2313501524206611142111102
Binary1001100111101000110101010001001101101001110001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,232,106); }

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

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

 a { background-color: rgb(153,232,106); }

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

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

 span { border-color: rgb(153,232,106); }

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