#99EA74

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

Shades of Feijoa #99EA74

Tints of Feijoa #99EA74

Color information

#99EA74 (or 0x99EA74) is unknown color: approx Feijoa. HEX triplet: 99, EA and 74. RGB value is (153,234,116). Sum of RGB (Red+Green+Blue) = 153+234+116=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EA74 is #66158B. Grayscale: #C4C4C4. Windows color (decimal): -6690188 or 7662233. OLE color: 7662233.

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

Color convert

RGB153234116-
CMYK0.3500.500.08
HSL101.19º73.75%68.63%-
HSV(B)101.19º50.43%91.76%-
XYZ45.7166.8827.02-
YUV196.3382.6697.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 234 (91.80% from 255) = 46.52%
BLUE value IS 116 (45.70% from 255) = 23.06%
R=30.42%
G=46.52%
B=23.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532341160.3500.500.08101.1973.7568.63
Hex99EA74230328654a45
Octal2313521644306210145112105
Binary1001100111101010111010010001101100101000110010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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