Html Css Color HEX #9EE052 Conifer

📋 copy color: '#9EE052'

red 158 ◦ green 224 ◦ blue 82

#9EE052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #9EE052

Tints of Conifer #9EE052

RGB

 RED value IS 158 (62.11% from 255) = 34.05%

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 82 (32.42% from 255) = 17.67%

R = 34.05%
G = 48.28%
B = 17.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#9EE052 (or 0x9EE052) is known color: Conifer. HEX triplet: 9E, E0 and 52. RGB value is (158,224,82). Sum of RGB (Red+Green+Blue) = 158+224+82=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE052 is #611FAD. Grayscale: #BCBCBC. Windows color (decimal): -6365102 or 5431454. OLE color: 5431454.

HSL color Cylindrical-coordinate representation of color #9EE052: hue angle of 87.89º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EE052 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 82 -
CMYK 0.29 0 0.63 0.12
HSL 87.89º 0.7% 0.6% -
HSV(B) 87.89º 0.63% 0.88% -
XYZ 42.28 61.19 17.57 -
YUV 188.08 68.13 106.55 -
System Red Green Blue C M Y K H S L
Decimal 158 224 82 0.29 0 0.63 0.12 87.89 0.7 0.6
Hex 9E E0 52 1D 0 3F C 58 46 3C
Octal 236 340 122 35 0 77 14 130 106 74
Binary 10011110 11100000 1010010 11101 0 111111 1100 1011000 1000110 111100

Color Harmonies of #9EE052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE052

Black with #9EE052

Text Example


Text Example

White with #9EE052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EE052;
 }
 .AnyTagClassName
 {
   color: #9EE052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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