#A2C471

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

Shades of Olivine #A2C471

Tints of Olivine #A2C471

Color information

#A2C471 (or 0xA2C471) is unknown color: approx Olivine. HEX triplet: A2, C4 and 71. RGB value is (162,196,113). Sum of RGB (Red+Green+Blue) = 162+196+113=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C471 is #5D3B8E. Grayscale: #B0B0B0. Windows color (decimal): -6110095 or 7455906. OLE color: 7455906.

HSL color Cylindrical-coordinate representation of color #A2C471: hue angle of 84.58º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2C471 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB162196113-
CMYK0.1700.420.23
HSL84.58º41.29%60.59%-
HSV(B)84.58º42.35%76.86%-
XYZ37.6248.3522.97-
YUV176.3792.24117.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=34.39%
G=41.61%
B=23.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621961130.1700.420.2384.5841.2960.59
HexA2C4711102A1755293d
Octal24230416121052271255175
Binary10100010110001001110001100010101010101111010101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C471; }

 p { color: rgb(162,196,113); }

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

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

 a { background-color: rgb(162,196,113); }

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

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

 span { border-color: rgb(162,196,113); }

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