#9ED562

Color #9ED562 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9ED562

Tints of Conifer #9ED562

Color information

#9ED562 (or 0x9ED562) is unknown color: approx Conifer. HEX triplet: 9E, D5 and 62. RGB value is (158,213,98). Sum of RGB (Red+Green+Blue) = 158+213+98=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED562 is #612A9D. Grayscale: #B7B7B7. Windows color (decimal): -6367902 or 6477214. OLE color: 6477214.

HSL color Cylindrical-coordinate representation of color #9ED562: hue angle of 88.7º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9ED562 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB15821398-
CMYK0.2600.540.16
HSL88.7º57.79%60.98%-
HSV(B)88.7º53.99%83.53%-
XYZ40.155.7420.2-
YUV183.4479.78109.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 213 (83.59% from 255) = 45.42%
BLUE value IS 98 (38.67% from 255) = 20.90%
R=33.69%
G=45.42%
B=20.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158213980.2600.540.1688.757.7960.98
Hex9ED5621A03610593a3d
Octal23632514232066201317275
Binary10011110110101011100010110100110110100001011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,213,98); }

 H1.HeaderClassName
 {
   color: #9ED562;
 }
 .AnyTagClassName
 {
   color: #9ED562;
 }
</style>
background-color css

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

 a { background-color: rgb(158,213,98); }

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

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

 span { border-color: rgb(158,213,98); }

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