#A2C969

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

Shades of Olivine #A2C969

Tints of Olivine #A2C969

Color information

#A2C969 (or 0xA2C969) is unknown color: approx Olivine. HEX triplet: A2, C9 and 69. RGB value is (162,201,105). Sum of RGB (Red+Green+Blue) = 162+201+105=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C969 is #5D3696. Grayscale: #B2B2B2. Windows color (decimal): -6108823 or 6932898. OLE color: 6932898.

HSL color Cylindrical-coordinate representation of color #A2C969: hue angle of 84.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2C969 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB162201105-
CMYK0.1900.480.21
HSL84.38º47.06%60%-
HSV(B)84.38º47.76%78.82%-
XYZ38.3450.4721.09-
YUV178.486.58116.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 201 (78.91% from 255) = 42.95%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=34.62%
G=42.95%
B=22.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622011050.1900.480.2184.3847.0660
HexA2C9691303015542f3c
Octal24231115123060251245774
Binary10100010110010011101001100110110000101011010100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C969; }

 p { color: rgb(162,201,105); }

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

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

 a { background-color: rgb(162,201,105); }

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

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

 span { border-color: rgb(162,201,105); }

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