#A2C559

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

Shades of Conifer #A2C559

Tints of Conifer #A2C559

Color information

#A2C559 (or 0xA2C559) is unknown color: approx Conifer. HEX triplet: A2, C5 and 59. RGB value is (162,197,89). Sum of RGB (Red+Green+Blue) = 162+197+89=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C559 is #5D3AA6. Grayscale: #AEAEAE. Windows color (decimal): -6109863 or 5883298. OLE color: 5883298.

HSL color Cylindrical-coordinate representation of color #A2C559: hue angle of 79.44º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2C559 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB16219789-
CMYK0.1800.550.23
HSL79.44º48.21%56.08%-
HSV(B)79.44º54.82%77.25%-
XYZ36.6748.3416.85-
YUV174.2279.9119.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 197 (77.34% from 255) = 43.97%
BLUE value IS 89 (35.16% from 255) = 19.87%
R=36.16%
G=43.97%
B=19.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162197890.1800.550.2379.4448.2156.08
HexA2C55912037174f3038
Octal24230513122067271176070
Binary10100010110001011011001100100110111101111001111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C559; }

 p { color: rgb(162,197,89); }

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

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

 a { background-color: rgb(162,197,89); }

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

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

 span { border-color: rgb(162,197,89); }

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