Html Css Color HEX #9EE164 Conifer

📋 copy color: '#9EE164'

red 158 ◦ green 225 ◦ blue 100

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

Shades of Conifer #9EE164

Tints of Conifer #9EE164

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.58%

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 32.71%
G = 46.58%
B = 20.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#9EE164 (or 0x9EE164) is known color: Conifer. HEX triplet: 9E, E1 and 64. RGB value is (158,225,100). Sum of RGB (Red+Green+Blue) = 158+225+100=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE164 is #611E9B. Grayscale: #BFBFBF. Windows color (decimal): -6364828 or 6611358. OLE color: 6611358.

HSL color Cylindrical-coordinate representation of color #9EE164: hue angle of 92.16º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EE164 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 225 100 -
CMYK 0.30 0 0.56 0.12
HSL 92.16º 0.68% 0.64% -
HSV(B) 92.16º 0.56% 0.88% -
XYZ 43.33 62.04 21.75 -
YUV 190.72 76.8 104.66 -
System Red Green Blue C M Y K H S L
Decimal 158 225 100 0.30 0 0.56 0.12 92.16 0.68 0.64
Hex 9E E1 64 1E 0 38 C 5C 44 40
Octal 236 341 144 36 0 70 14 134 104 100
Binary 10011110 11100001 1100100 11110 0 111000 1100 1011100 1000100 1000000

Color Harmonies of #9EE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE164

Black with #9EE164

Text Example


Text Example

White with #9EE164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,225,100); }

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

background-color css

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

 a { background-color: rgb(158,225,100); }

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

border-color css

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

 span { border-color: rgb(158,225,100); }

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