Html Css Color HEX #9EDC5B Conifer

📋 copy color: '#9EDC5B'

red 158 ◦ green 220 ◦ blue 91

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

Shades of Conifer #9EDC5B

Tints of Conifer #9EDC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.4%

R = 33.69%
G = 46.91%
B = 19.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#9EDC5B (or 0x9EDC5B) is known color: Conifer. HEX triplet: 9E, DC and 5B. RGB value is (158,220,91). Sum of RGB (Red+Green+Blue) = 158+220+91=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC5B is #6123A4. Grayscale: #BBBBBB. Windows color (decimal): -6366117 or 6020254. OLE color: 6020254.

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

Color convert

RGB 158 220 91 -
CMYK 0.28 0 0.59 0.14
HSL 88.84º 0.65% 0.61% -
HSV(B) 88.84º 0.59% 0.86% -
XYZ 41.58 59.21 19.13 -
YUV 186.76 73.96 107.49 -
System Red Green Blue C M Y K H S L
Decimal 158 220 91 0.28 0 0.59 0.14 88.84 0.65 0.61
Hex 9E DC 5B 1C 0 3B E 59 41 3D
Octal 236 334 133 34 0 73 16 131 101 75
Binary 10011110 11011100 1011011 11100 0 111011 1110 1011001 1000001 111101

Color Harmonies of #9EDC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC5B

Black with #9EDC5B

Text Example


Text Example

White with #9EDC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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