Html Css Color HEX #9ED850 Conifer

📋 copy color: '#9ED850'

red 158 ◦ green 216 ◦ blue 80

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

Shades of Conifer #9ED850

Tints of Conifer #9ED850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.58%

 BLUE value IS 80 (31.64% from 255) = 17.62%

R = 34.8%
G = 47.58%
B = 17.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#9ED850 (or 0x9ED850) is known color: Conifer. HEX triplet: 9E, D8 and 50. RGB value is (158,216,80). Sum of RGB (Red+Green+Blue) = 158+216+80=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED850 is #6127AF. Grayscale: #B7B7B7. Windows color (decimal): -6367152 or 5298334. OLE color: 5298334.

HSL color Cylindrical-coordinate representation of color #9ED850: hue angle of 85.59º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ED850 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 80 -
CMYK 0.27 0 0.63 0.15
HSL 85.59º 0.64% 0.58% -
HSV(B) 85.59º 0.63% 0.85% -
XYZ 40.1 56.96 16.47 -
YUV 183.15 69.78 110.06 -
System Red Green Blue C M Y K H S L
Decimal 158 216 80 0.27 0 0.63 0.15 85.59 0.64 0.58
Hex 9E D8 50 1B 0 3F F 56 40 3A
Octal 236 330 120 33 0 77 17 126 100 72
Binary 10011110 11011000 1010000 11011 0 111111 1111 1010110 1000000 111010

Color Harmonies of #9ED850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED850

Black with #9ED850

Text Example


Text Example

White with #9ED850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,216,80); }

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

background-color css

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

 a { background-color: rgb(158,216,80); }

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

border-color css

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

 span { border-color: rgb(158,216,80); }

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