Html Css Color HEX #9EDE60 Conifer

📋 copy color: '#9EDE60'

red 158 ◦ green 222 ◦ blue 96

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

Shades of Conifer #9EDE60

Tints of Conifer #9EDE60

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.64%

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

R = 33.19%
G = 46.64%
B = 20.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#9EDE60 (or 0x9EDE60) is known color: Conifer. HEX triplet: 9E, DE and 60. RGB value is (158,222,96). Sum of RGB (Red+Green+Blue) = 158+222+96=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE60 is #61219F. Grayscale: #BCBCBC. Windows color (decimal): -6365600 or 6348446. OLE color: 6348446.

HSL color Cylindrical-coordinate representation of color #9EDE60: hue angle of 90.48º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EDE60 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 222 96 -
CMYK 0.29 0 0.57 0.13
HSL 90.48º 0.66% 0.62% -
HSV(B) 90.48º 0.57% 0.87% -
XYZ 42.33 60.36 20.49 -
YUV 188.5 75.8 106.25 -
System Red Green Blue C M Y K H S L
Decimal 158 222 96 0.29 0 0.57 0.13 90.48 0.66 0.62
Hex 9E DE 60 1D 0 39 D 5A 42 3E
Octal 236 336 140 35 0 71 15 132 102 76
Binary 10011110 11011110 1100000 11101 0 111001 1101 1011010 1000010 111110

Color Harmonies of #9EDE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDE60

Black with #9EDE60

Text Example


Text Example

White with #9EDE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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