#A0D859

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

Shades of Conifer #A0D859

Tints of Conifer #A0D859

Color information

#A0D859 (or 0xA0D859) is unknown color: approx Conifer. HEX triplet: A0, D8 and 59. RGB value is (160,216,89). Sum of RGB (Red+Green+Blue) = 160+216+89=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D859 is #5F27A6. Grayscale: #B9B9B9. Windows color (decimal): -6236071 or 5888160. OLE color: 5888160.

HSL color Cylindrical-coordinate representation of color #A0D859: hue angle of 86.46º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0D859 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB16021689-
CMYK0.2600.590.15
HSL86.46º61.95%59.8%-
HSV(B)86.46º58.8%84.71%-
XYZ40.8657.3118.36-
YUV184.7873.95110.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 216 (84.77% from 255) = 46.45%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=34.41%
G=46.45%
B=19.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160216890.2600.590.1586.4661.9559.8
HexA0D8591A03BF563e3c
Octal24033013132073171267674
Binary1010000011011000101100111010011101111111010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D859; }

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

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

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

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

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

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

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

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