Html Css Color HEX #9EDB4D Conifer

📋 copy color: '#9EDB4D'

red 158 ◦ green 219 ◦ blue 77

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

Shades of Conifer #9EDB4D

Tints of Conifer #9EDB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.96%

R = 34.8%
G = 48.24%
B = 16.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#9EDB4D (or 0x9EDB4D) is known color: Conifer. HEX triplet: 9E, DB and 4D. RGB value is (158,219,77). Sum of RGB (Red+Green+Blue) = 158+219+77=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB4D is #6124B2. Grayscale: #B9B9B9. Windows color (decimal): -6366387 or 5102494. OLE color: 5102494.

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

Color convert

RGB 158 219 77 -
CMYK 0.28 0 0.65 0.14
HSL 85.77º 0.66% 0.58% -
HSV(B) 85.77º 0.65% 0.86% -
XYZ 40.77 58.47 16.16 -
YUV 184.57 67.29 109.05 -
System Red Green Blue C M Y K H S L
Decimal 158 219 77 0.28 0 0.65 0.14 85.77 0.66 0.58
Hex 9E DB 4D 1C 0 41 E 56 42 3A
Octal 236 333 115 34 0 101 16 126 102 72
Binary 10011110 11011011 1001101 11100 0 1000001 1110 1010110 1000010 111010

Color Harmonies of #9EDB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB4D

Black with #9EDB4D

Text Example


Text Example

White with #9EDB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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