#99EA70

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

Shades of Feijoa #99EA70

Tints of Feijoa #99EA70

Color information

#99EA70 (or 0x99EA70) is unknown color: approx Feijoa. HEX triplet: 99, EA and 70. RGB value is (153,234,112). Sum of RGB (Red+Green+Blue) = 153+234+112=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EA70 is #66158F. Grayscale: #C4C4C4. Windows color (decimal): -6690192 or 7400089. OLE color: 7400089.

HSL color Cylindrical-coordinate representation of color #99EA70: hue angle of 99.84º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99EA70 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB153234112-
CMYK0.3500.520.08
HSL99.84º74.39%67.84%-
HSV(B)99.84º52.14%91.76%-
XYZ45.4866.7925.82-
YUV195.8780.6697.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 234 (91.80% from 255) = 46.89%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=30.66%
G=46.89%
B=22.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532341120.3500.520.0899.8474.3967.84
Hex99EA70230348644a44
Octal2313521604306410144112104
Binary1001100111101010111000010001101101001000110010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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