#A0C959

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

Shades of Conifer #A0C959

Tints of Conifer #A0C959

Color information

#A0C959 (or 0xA0C959) is unknown color: approx Conifer. HEX triplet: A0, C9 and 59. RGB value is (160,201,89). Sum of RGB (Red+Green+Blue) = 160+201+89=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C959 is #5F36A6. Grayscale: #B0B0B0. Windows color (decimal): -6239911 or 5884320. OLE color: 5884320.

HSL color Cylindrical-coordinate representation of color #A0C959: hue angle of 81.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0C959 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB16020189-
CMYK0.2000.560.21
HSL81.96º50.91%56.86%-
HSV(B)81.96º55.72%78.82%-
XYZ37.1949.9717.14-
YUV175.9778.92116.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 201 (78.91% from 255) = 44.67%
BLUE value IS 89 (35.16% from 255) = 19.78%
R=35.56%
G=44.67%
B=19.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160201890.2000.560.2181.9650.9156.86
HexA0C9591403815523339
Octal24031113124070251226371
Binary10100000110010011011001101000111000101011010010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C959; }

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

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

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

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

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

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

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

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