Html Css Color HEX #9EDB60 Conifer

📋 copy color: '#9EDB60'

red 158 ◦ green 219 ◦ blue 96

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

Shades of Conifer #9EDB60

Tints of Conifer #9EDB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

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

R = 33.4%
G = 46.3%
B = 20.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#9EDB60 (or 0x9EDB60) is known color: Conifer. HEX triplet: 9E, DB and 60. RGB value is (158,219,96). Sum of RGB (Red+Green+Blue) = 158+219+96=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB60 is #61249F. Grayscale: #BBBBBB. Windows color (decimal): -6366368 or 6347678. OLE color: 6347678.

HSL color Cylindrical-coordinate representation of color #9EDB60: hue angle of 89.76º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EDB60 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 96 -
CMYK 0.28 0 0.56 0.14
HSL 89.76º 0.63% 0.62% -
HSV(B) 89.76º 0.56% 0.86% -
XYZ 41.54 58.78 20.22 -
YUV 186.74 76.79 107.5 -
System Red Green Blue C M Y K H S L
Decimal 158 219 96 0.28 0 0.56 0.14 89.76 0.63 0.62
Hex 9E DB 60 1C 0 38 E 5A 3F 3E
Octal 236 333 140 34 0 70 16 132 77 76
Binary 10011110 11011011 1100000 11100 0 111000 1110 1011010 111111 111110

Color Harmonies of #9EDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB60

Black with #9EDB60

Text Example


Text Example

White with #9EDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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