Html Css Color HEX #9EE952 Conifer

📋 copy color: '#9EE952'

red 158 ◦ green 233 ◦ blue 82

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

Shades of Conifer #9EE952

Tints of Conifer #9EE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.26%

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

R = 33.4%
G = 49.26%
B = 17.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#9EE952 (or 0x9EE952) is known color: Conifer. HEX triplet: 9E, E9 and 52. RGB value is (158,233,82). Sum of RGB (Red+Green+Blue) = 158+233+82=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE952 is #6116AD. Grayscale: #C1C1C1. Windows color (decimal): -6362798 or 5433758. OLE color: 5433758.

HSL color Cylindrical-coordinate representation of color #9EE952: hue angle of 89.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9EE952 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 82 -
CMYK 0.32 0 0.65 0.09
HSL 89.8º 0.77% 0.62% -
HSV(B) 89.8º 0.65% 0.91% -
XYZ 44.76 66.16 18.39 -
YUV 193.36 65.15 102.78 -
System Red Green Blue C M Y K H S L
Decimal 158 233 82 0.32 0 0.65 0.09 89.8 0.77 0.62
Hex 9E E9 52 20 0 41 9 5A 4D 3E
Octal 236 351 122 40 0 101 11 132 115 76
Binary 10011110 11101001 1010010 100000 0 1000001 1001 1011010 1001101 111110

Color Harmonies of #9EE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE952

Black with #9EE952

Text Example


Text Example

White with #9EE952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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