#A2CA55

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

Shades of Conifer #A2CA55

Tints of Conifer #A2CA55

Color information

#A2CA55 (or 0xA2CA55) is unknown color: approx Conifer. HEX triplet: A2, CA and 55. RGB value is (162,202,85). Sum of RGB (Red+Green+Blue) = 162+202+85=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA55 is #5D35AA. Grayscale: #B1B1B1. Windows color (decimal): -6108587 or 5622434. OLE color: 5622434.

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

Color convert

RGB16220285-
CMYK0.2000.580.21
HSL80.51º52.47%56.27%-
HSV(B)80.51º57.92%79.22%-
XYZ37.6650.5816.37-
YUV176.776.25117.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=36.08%
G=44.99%
B=18.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162202850.2000.580.2180.5152.4756.27
HexA2CA551403A15513438
Octal24231212524072251216470
Binary10100010110010101010101101000111010101011010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA55; }

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

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

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

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

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

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

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

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