Html Css Color HEX #9EE960 Conifer

📋 copy color: '#9EE960'

red 158 ◦ green 233 ◦ blue 96

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

Shades of Conifer #9EE960

Tints of Conifer #9EE960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.71%

R = 32.44%
G = 47.84%
B = 19.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#9EE960 (or 0x9EE960) is known color: Conifer. HEX triplet: 9E, E9 and 60. RGB value is (158,233,96). Sum of RGB (Red+Green+Blue) = 158+233+96=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE960 is #61169F. Grayscale: #C3C3C3. Windows color (decimal): -6362784 or 6351262. OLE color: 6351262.

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

Color convert

RGB 158 233 96 -
CMYK 0.32 0 0.59 0.09
HSL 92.85º 0.76% 0.65% -
HSV(B) 92.85º 0.59% 0.91% -
XYZ 45.35 66.39 21.49 -
YUV 194.96 72.15 101.64 -
System Red Green Blue C M Y K H S L
Decimal 158 233 96 0.32 0 0.59 0.09 92.85 0.76 0.65
Hex 9E E9 60 20 0 3B 9 5D 4C 41
Octal 236 351 140 40 0 73 11 135 114 101
Binary 10011110 11101001 1100000 100000 0 111011 1001 1011101 1001100 1000001

Color Harmonies of #9EE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE960

Black with #9EE960

Text Example


Text Example

White with #9EE960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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