#A2C475

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

Shades of Olivine #A2C475

Tints of Olivine #A2C475

Color information

#A2C475 (or 0xA2C475) is unknown color: approx Olivine. HEX triplet: A2, C4 and 75. RGB value is (162,196,117). Sum of RGB (Red+Green+Blue) = 162+196+117=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C475 is #5D3B8A. Grayscale: #B1B1B1. Windows color (decimal): -6110091 or 7718050. OLE color: 7718050.

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

Color convert

RGB162196117-
CMYK0.1700.400.23
HSL85.82º40.1%61.37%-
HSV(B)85.82º40.31%76.86%-
XYZ37.8548.4524.19-
YUV176.8394.24117.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=34.11%
G=41.26%
B=24.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621961170.1700.400.2385.8240.161.37
HexA2C475110281756283d
Octal24230416521050271265075
Binary10100010110001001110101100010101000101111010110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C475; }

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

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

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

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

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

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

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

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