Html Css Color HEX #9EDC5C Conifer

📋 copy color: '#9EDC5C'

red 158 ◦ green 220 ◦ blue 92

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

Shades of Conifer #9EDC5C

Tints of Conifer #9EDC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 33.62%
G = 46.81%
B = 19.57%

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

#9EDC5C (or 0x9EDC5C) is known color: Conifer. HEX triplet: 9E, DC and 5C. RGB value is (158,220,92). Sum of RGB (Red+Green+Blue) = 158+220+92=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC5C is #6123A3. Grayscale: #BBBBBB. Windows color (decimal): -6366116 or 6085790. OLE color: 6085790.

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

Color convert

RGB 158 220 92 -
CMYK 0.28 0 0.58 0.14
HSL 89.06º 0.65% 0.61% -
HSV(B) 89.06º 0.58% 0.86% -
XYZ 41.63 59.23 19.36 -
YUV 186.87 74.46 107.41 -
System Red Green Blue C M Y K H S L
Decimal 158 220 92 0.28 0 0.58 0.14 89.06 0.65 0.61
Hex 9E DC 5C 1C 0 3A E 59 41 3D
Octal 236 334 134 34 0 72 16 131 101 75
Binary 10011110 11011100 1011100 11100 0 111010 1110 1011001 1000001 111101

Color Harmonies of #9EDC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC5C

Black with #9EDC5C

Text Example


Text Example

White with #9EDC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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