Html Css Color HEX #9EE165 Conifer

📋 copy color: '#9EE165'

red 158 ◦ green 225 ◦ blue 101

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

Shades of Conifer #9EE165

Tints of Conifer #9EE165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 32.64%
G = 46.49%
B = 20.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#9EE165 (or 0x9EE165) is known color: Conifer. HEX triplet: 9E, E1 and 65. RGB value is (158,225,101). Sum of RGB (Red+Green+Blue) = 158+225+101=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE165 is #611E9A. Grayscale: #BFBFBF. Windows color (decimal): -6364827 or 6676894. OLE color: 6676894.

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

Color convert

RGB 158 225 101 -
CMYK 0.30 0 0.55 0.12
HSL 92.42º 0.67% 0.64% -
HSV(B) 92.42º 0.55% 0.88% -
XYZ 43.37 62.06 22 -
YUV 190.83 77.3 104.58 -
System Red Green Blue C M Y K H S L
Decimal 158 225 101 0.30 0 0.55 0.12 92.42 0.67 0.64
Hex 9E E1 65 1E 0 37 C 5C 43 40
Octal 236 341 145 36 0 67 14 134 103 100
Binary 10011110 11100001 1100101 11110 0 110111 1100 1011100 1000011 1000000

Color Harmonies of #9EE165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE165

Black with #9EE165

Text Example


Text Example

White with #9EE165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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