#A2CA56

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

Shades of Conifer #A2CA56

Tints of Conifer #A2CA56

Color information

#A2CA56 (or 0xA2CA56) is unknown color: approx Conifer. HEX triplet: A2, CA and 56. RGB value is (162,202,86). Sum of RGB (Red+Green+Blue) = 162+202+86=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA56 is #5D35A9. Grayscale: #B1B1B1. Windows color (decimal): -6108586 or 5687970. OLE color: 5687970.

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

Color convert

RGB16220286-
CMYK0.2000.570.21
HSL80.69º52.25%56.47%-
HSV(B)80.69º57.43%79.22%-
XYZ37.750.5916.58-
YUV176.8276.75117.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 86 (33.98% from 255) = 19.11%
R=36%
G=44.89%
B=19.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162202860.2000.570.2180.6952.2556.47
HexA2CA561403915513438
Octal24231212624071251216470
Binary10100010110010101010110101000111001101011010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA56; }

 p { color: rgb(162,202,86); }

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

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

 a { background-color: rgb(162,202,86); }

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

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

 span { border-color: rgb(162,202,86); }

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