Html Css Color HEX #9EDB5F Conifer

📋 copy color: '#9EDB5F'

red 158 ◦ green 219 ◦ blue 95

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

Shades of Conifer #9EDB5F

Tints of Conifer #9EDB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.13%

R = 33.47%
G = 46.4%
B = 20.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#9EDB5F (or 0x9EDB5F) is known color: Conifer. HEX triplet: 9E, DB and 5F. RGB value is (158,219,95). Sum of RGB (Red+Green+Blue) = 158+219+95=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB5F is #6124A0. Grayscale: #BBBBBB. Windows color (decimal): -6366369 or 6282142. OLE color: 6282142.

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

Color convert

RGB 158 219 95 -
CMYK 0.28 0 0.57 0.14
HSL 89.52º 0.63% 0.62% -
HSV(B) 89.52º 0.57% 0.86% -
XYZ 41.5 58.76 19.98 -
YUV 186.63 76.29 107.58 -
System Red Green Blue C M Y K H S L
Decimal 158 219 95 0.28 0 0.57 0.14 89.52 0.63 0.62
Hex 9E DB 5F 1C 0 39 E 5A 3F 3E
Octal 236 333 137 34 0 71 16 132 77 76
Binary 10011110 11011011 1011111 11100 0 111001 1110 1011010 111111 111110

Color Harmonies of #9EDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB5F

Black with #9EDB5F

Text Example


Text Example

White with #9EDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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