#99E870

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

Shades of Feijoa #99E870

Tints of Feijoa #99E870

Color information

#99E870 (or 0x99E870) is unknown color: approx Feijoa. HEX triplet: 99, E8 and 70. RGB value is (153,232,112). Sum of RGB (Red+Green+Blue) = 153+232+112=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #99E870 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99E870 is #66178F. Grayscale: #C3C3C3. Windows color (decimal): -6690704 or 7399577. OLE color: 7399577.

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

Color convert

RGB153232112-
CMYK0.3400.520.09
HSL99.5º72.29%67.45%-
HSV(B)99.5º51.72%90.98%-
XYZ44.9265.6625.63-
YUV194.781.3398.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 232 (91.02% from 255) = 46.68%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=30.78%
G=46.68%
B=22.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532321120.3400.520.0999.572.2967.45
Hex99E870220349644843
Octal2313501604206411144110103
Binary1001100111101000111000010001001101001001110010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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