#A2C96A

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

Shades of Olivine #A2C96A

Tints of Olivine #A2C96A

Color information

#A2C96A (or 0xA2C96A) is unknown color: approx Olivine. HEX triplet: A2, C9 and 6A. RGB value is (162,201,106). Sum of RGB (Red+Green+Blue) = 162+201+106=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C96A is #5D3695. Grayscale: #B2B2B2. Windows color (decimal): -6108822 or 6998434. OLE color: 6998434.

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

Color convert

RGB162201106-
CMYK0.1900.470.21
HSL84.63º46.8%60.2%-
HSV(B)84.63º47.26%78.82%-
XYZ38.3950.521.36-
YUV178.5187.08116.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 201 (78.91% from 255) = 42.86%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=34.54%
G=42.86%
B=22.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622011060.1900.470.2184.6346.860.2
HexA2C96A1302F15552f3c
Octal24231115223057251255774
Binary10100010110010011101010100110101111101011010101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C96A; }

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

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

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

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

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

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

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

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