#A0ED59

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

Shades of Conifer #A0ED59

Tints of Conifer #A0ED59

Color information

#A0ED59 (or 0xA0ED59) is unknown color: approx Conifer. HEX triplet: A0, ED and 59. RGB value is (160,237,89). Sum of RGB (Red+Green+Blue) = 160+237+89=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0ED59 is #5F12A6. Grayscale: #C5C5C5. Windows color (decimal): -6230695 or 5893536. OLE color: 5893536.

HSL color Cylindrical-coordinate representation of color #A0ED59: hue angle of 91.22º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0ED59 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB16023789-
CMYK0.3200.620.07
HSL91.22º80.43%63.92%-
HSV(B)91.22º62.45%92.94%-
XYZ46.5868.7620.27-
YUV197.166.99101.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 237 (92.97% from 255) = 48.77%
BLUE value IS 89 (35.16% from 255) = 18.31%
R=32.92%
G=48.77%
B=18.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160237890.3200.620.0791.2280.4363.92
HexA0ED592003E75b5040
Octal240355131400767133120100
Binary101000001110110110110011000000111110111101101110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ED59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ED59; }

 p { color: rgb(160,237,89); }

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

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

 a { background-color: rgb(160,237,89); }

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

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

 span { border-color: rgb(160,237,89); }

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