#A2C260

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

Shades of Olivine #A2C260

Tints of Olivine #A2C260

Color information

#A2C260 (or 0xA2C260) is unknown color: approx Olivine. HEX triplet: A2, C2 and 60. RGB value is (162,194,96). Sum of RGB (Red+Green+Blue) = 162+194+96=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C260 is #5D3D9F. Grayscale: #ADADAD. Windows color (decimal): -6110624 or 6341282. OLE color: 6341282.

HSL color Cylindrical-coordinate representation of color #A2C260: hue angle of 79.59º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2C260 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB16219496-
CMYK0.1600.510.24
HSL79.59º44.55%56.86%-
HSV(B)79.59º50.52%76.08%-
XYZ36.347.1118.25-
YUV173.2684.4119.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 194 (76.17% from 255) = 42.92%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=35.84%
G=42.92%
B=21.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162194960.1600.510.2479.5944.5556.86
HexA2C2601003318502d39
Octal24230214020063301205571
Binary10100010110000101100000100000110011110001010000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C260; }

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

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

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

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

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

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

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

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