#A2C06D

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

Shades of Olivine #A2C06D

Tints of Olivine #A2C06D

Color information

#A2C06D (or 0xA2C06D) is unknown color: approx Olivine. HEX triplet: A2, C0 and 6D. RGB value is (162,192,109). Sum of RGB (Red+Green+Blue) = 162+192+109=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C06D is #5D3F92. Grayscale: #ADADAD. Windows color (decimal): -6111123 or 7192738. OLE color: 7192738.

HSL color Cylindrical-coordinate representation of color #A2C06D: hue angle of 81.69º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2C06D is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB162192109-
CMYK0.1600.430.25
HSL81.69º39.71%59.02%-
HSV(B)81.69º43.23%75.29%-
XYZ36.5146.4821.52-
YUV173.5791.56119.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=34.99%
G=41.47%
B=23.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921090.1600.430.2581.6939.7159.02
HexA2C06D1002B1952283b
Octal24230015520053311225073
Binary10100010110000001101101100000101011110011010010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C06D; }

 p { color: rgb(162,192,109); }

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

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

 a { background-color: rgb(162,192,109); }

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

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

 span { border-color: rgb(162,192,109); }

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