Html Css Color HEX #9EDC5D Conifer

📋 copy color: '#9EDC5D'

red 158 ◦ green 220 ◦ blue 93

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

Shades of Conifer #9EDC5D

Tints of Conifer #9EDC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.75%

R = 33.55%
G = 46.71%
B = 19.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#9EDC5D (or 0x9EDC5D) is known color: Conifer. HEX triplet: 9E, DC and 5D. RGB value is (158,220,93). Sum of RGB (Red+Green+Blue) = 158+220+93=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC5D is #6123A2. Grayscale: #BBBBBB. Windows color (decimal): -6366115 or 6151326. OLE color: 6151326.

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

Color convert

RGB 158 220 93 -
CMYK 0.28 0 0.58 0.14
HSL 89.29º 0.64% 0.61% -
HSV(B) 89.29º 0.58% 0.86% -
XYZ 41.67 59.25 19.6 -
YUV 186.98 74.96 107.33 -
System Red Green Blue C M Y K H S L
Decimal 158 220 93 0.28 0 0.58 0.14 89.29 0.64 0.61
Hex 9E DC 5D 1C 0 3A E 59 40 3D
Octal 236 334 135 34 0 72 16 131 100 75
Binary 10011110 11011100 1011101 11100 0 111010 1110 1011001 1000000 111101

Color Harmonies of #9EDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC5D

Black with #9EDC5D

Text Example


Text Example

White with #9EDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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