#a2c972

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

Shades of Olivine #A2C972

Tints of Olivine #A2C972

Color information

#A2C972 (or 0xA2C972) is unknown color: approx Olivine. HEX triplet: A2, C9 and 72. RGB value is (162,201,114). Sum of RGB (Red+Green+Blue) = 162+201+114=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C972 is #5D368D. Grayscale: #B3B3B3. Windows color (decimal): -6108814 or 7522722. OLE color: 7522722.

HSL color Cylindrical-coordinate representation of color #A2C972: hue angle of 86.9º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2C972 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB162201114-
CMYK0.1900.430.21
HSL86.9º44.62%61.76%-
HSV(B)86.9º43.28%78.82%-
XYZ38.8250.6723.65-
YUV179.4291.08115.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 201 (78.91% from 255) = 42.14%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=33.96%
G=42.14%
B=23.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622011140.1900.430.2186.944.6261.76
HexA2C9721302B15572d3e
Octal24231116223053251275576
Binary10100010110010011110010100110101011101011010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2c972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2c972; }

 p { color: rgb(162,201,114); }

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

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

 a { background-color: rgb(162,201,114); }

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

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

 span { border-color: rgb(162,201,114); }

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