Html Css Color HEX #9ED356 Conifer

📋 copy color: '#9ED356'

red 158 ◦ green 211 ◦ blue 86

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

Shades of Conifer #9ED356

Tints of Conifer #9ED356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.37%

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

R = 34.73%
G = 46.37%
B = 18.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#9ED356 (or 0x9ED356) is known color: Conifer. HEX triplet: 9E, D3 and 56. RGB value is (158,211,86). Sum of RGB (Red+Green+Blue) = 158+211+86=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED356 is #612CA9. Grayscale: #B5B5B5. Windows color (decimal): -6368426 or 5690270. OLE color: 5690270.

HSL color Cylindrical-coordinate representation of color #9ED356: hue angle of 85.44º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ED356 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 211 86 -
CMYK 0.25 0 0.59 0.17
HSL 85.44º 0.59% 0.58% -
HSV(B) 85.44º 0.59% 0.83% -
XYZ 39.07 54.53 17.27 -
YUV 180.9 74.44 111.66 -
System Red Green Blue C M Y K H S L
Decimal 158 211 86 0.25 0 0.59 0.17 85.44 0.59 0.58
Hex 9E D3 56 19 0 3B 11 55 3B 3A
Octal 236 323 126 31 0 73 21 125 73 72
Binary 10011110 11010011 1010110 11001 0 111011 10001 1010101 111011 111010

Color Harmonies of #9ED356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED356

Black with #9ED356

Text Example


Text Example

White with #9ED356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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