Html Css Color HEX #9EDC5E Conifer

📋 copy color: '#9EDC5E'

red 158 ◦ green 220 ◦ blue 94

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

Shades of Conifer #9EDC5E

Tints of Conifer #9EDC5E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.61%

 BLUE value IS 94 (37.11% from 255) = 19.92%

R = 33.47%
G = 46.61%
B = 19.92%

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

#9EDC5E (or 0x9EDC5E) is known color: Conifer. HEX triplet: 9E, DC and 5E. RGB value is (158,220,94). Sum of RGB (Red+Green+Blue) = 158+220+94=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC5E is #6123A1. Grayscale: #BBBBBB. Windows color (decimal): -6366114 or 6216862. OLE color: 6216862.

HSL color Cylindrical-coordinate representation of color #9EDC5E: hue angle of 89.52º degrees, saturation: 0.64, 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 #9EDC5E is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 94 -
CMYK 0.28 0 0.57 0.14
HSL 89.52º 0.64% 0.62% -
HSV(B) 89.52º 0.57% 0.86% -
XYZ 41.71 59.26 19.83 -
YUV 187.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 158 220 94 0.28 0 0.57 0.14 89.52 0.64 0.62
Hex 9E DC 5E 1C 0 39 E 5A 40 3E
Octal 236 334 136 34 0 71 16 132 100 76
Binary 10011110 11011100 1011110 11100 0 111001 1110 1011010 1000000 111110

Color Harmonies of #9EDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC5E

Black with #9EDC5E

Text Example


Text Example

White with #9EDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,220,94); }

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

background-color css

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

 a { background-color: rgb(158,220,94); }

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

border-color css

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

 span { border-color: rgb(158,220,94); }

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