#A2C760

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

Shades of Olivine #A2C760

Tints of Olivine #A2C760

Color information

#A2C760 (or 0xA2C760) is unknown color: approx Olivine. HEX triplet: A2, C7 and 60. RGB value is (162,199,96). Sum of RGB (Red+Green+Blue) = 162+199+96=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C760 is #5D389F. Grayscale: #B0B0B0. Windows color (decimal): -6109344 or 6342562. OLE color: 6342562.

HSL color Cylindrical-coordinate representation of color #A2C760: hue angle of 81.55º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2C760 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB16219996-
CMYK0.1900.520.22
HSL81.55º47.91%57.84%-
HSV(B)81.55º51.76%78.04%-
XYZ37.4449.3718.62-
YUV176.1982.74117.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 199 (78.12% from 255) = 43.54%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=35.45%
G=43.54%
B=21.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162199960.1900.520.2281.5547.9157.84
HexA2C760130341652303a
Octal24230714023064261226072
Binary10100010110001111100000100110110100101101010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C760; }

 p { color: rgb(162,199,96); }

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

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

 a { background-color: rgb(162,199,96); }

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

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

 span { border-color: rgb(162,199,96); }

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