#A2CA57

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

Shades of Conifer #A2CA57

Tints of Conifer #A2CA57

Color information

#A2CA57 (or 0xA2CA57) is unknown color: approx Conifer. HEX triplet: A2, CA and 57. RGB value is (162,202,87). Sum of RGB (Red+Green+Blue) = 162+202+87=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA57 is #5D35A8. Grayscale: #B1B1B1. Windows color (decimal): -6108585 or 5753506. OLE color: 5753506.

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

Color convert

RGB16220287-
CMYK0.2000.570.21
HSL80.87º52.04%56.67%-
HSV(B)80.87º56.93%79.22%-
XYZ37.7450.6116.8-
YUV176.9377.25117.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 87 (34.38% from 255) = 19.29%
R=35.92%
G=44.79%
B=19.29%

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
Decimal162202870.2000.570.2180.8752.0456.67
HexA2CA571403915513439
Octal24231212724071251216471
Binary10100010110010101010111101000111001101011010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA57; }

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

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

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

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

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

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

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

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