#9ED054

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

Shades of Conifer #9ED054

Tints of Conifer #9ED054

Color information

#9ED054 (or 0x9ED054) is unknown color: approx Conifer. HEX triplet: 9E, D0 and 54. RGB value is (158,208,84). Sum of RGB (Red+Green+Blue) = 158+208+84=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED054 is #612FAB. Grayscale: #B3B3B3. Windows color (decimal): -6369196 or 5558430. OLE color: 5558430.

HSL color Cylindrical-coordinate representation of color #9ED054: hue angle of 84.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9ED054 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB15820884-
CMYK0.2400.600.18
HSL84.19º56.88%57.25%-
HSV(B)84.19º59.62%81.57%-
XYZ38.2653.0216.61-
YUV178.9174.44113.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 208 (81.64% from 255) = 46.22%
BLUE value IS 84 (33.20% from 255) = 18.67%
R=35.11%
G=46.22%
B=18.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158208840.2400.600.1884.1956.8857.25
Hex9ED0541803C12543939
Octal23632012430074221247171
Binary10011110110100001010100110000111100100101010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,208,84); }

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

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

 a { background-color: rgb(158,208,84); }

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

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

 span { border-color: rgb(158,208,84); }

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