Html Css Color HEX #9EDB56 Conifer

📋 copy color: '#9EDB56'

red 158 ◦ green 219 ◦ blue 86

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

Shades of Conifer #9EDB56

Tints of Conifer #9EDB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.57%

R = 34.13%
G = 47.3%
B = 18.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#9EDB56 (or 0x9EDB56) is known color: Conifer. HEX triplet: 9E, DB and 56. RGB value is (158,219,86). Sum of RGB (Red+Green+Blue) = 158+219+86=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB56 is #6124A9. Grayscale: #BABABA. Windows color (decimal): -6366378 or 5692318. OLE color: 5692318.

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

Color convert

RGB 158 219 86 -
CMYK 0.28 0 0.61 0.14
HSL 87.52º 0.65% 0.6% -
HSV(B) 87.52º 0.61% 0.86% -
XYZ 41.11 58.6 17.95 -
YUV 185.6 71.79 108.31 -
System Red Green Blue C M Y K H S L
Decimal 158 219 86 0.28 0 0.61 0.14 87.52 0.65 0.6
Hex 9E DB 56 1C 0 3D E 58 41 3C
Octal 236 333 126 34 0 75 16 130 101 74
Binary 10011110 11011011 1010110 11100 0 111101 1110 1011000 1000001 111100

Color Harmonies of #9EDB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB56

Black with #9EDB56

Text Example


Text Example

White with #9EDB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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