#9EEF52

Color #9EEF52 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9EEF52

Tints of Conifer #9EEF52

Color information

#9EEF52 (or 0x9EEF52) is unknown color: approx Conifer. HEX triplet: 9E, EF and 52. RGB value is (158,239,82). Sum of RGB (Red+Green+Blue) = 158+239+82=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEF52 is #6110AD. Grayscale: #C5C5C5. Windows color (decimal): -6361262 or 5435294. OLE color: 5435294.

HSL color Cylindrical-coordinate representation of color #9EEF52: hue angle of 90.96º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EEF52 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB15823982-
CMYK0.3400.660.06
HSL90.96º83.07%62.94%-
HSV(B)90.96º65.69%93.73%-
XYZ46.4969.6118.97-
YUV196.8863.16100.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 239 (93.75% from 255) = 49.90%
BLUE value IS 82 (32.42% from 255) = 17.12%
R=32.99%
G=49.90%
B=17.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal158239820.3400.660.0690.9683.0762.94
Hex9EEF522204265b533f
Octal236357122420102613312377
Binary100111101110111110100101000100100001011010110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EEF52; }

 p { color: rgb(158,239,82); }

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

<style>
 a { background-color: #9EEF52; }

 a { background-color: rgb(158,239,82); }

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

<style>
 span { border-color: #9EEF52; }

 span { border-color: rgb(158,239,82); }

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