#A2C86F

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

Shades of Olivine #A2C86F

Tints of Olivine #A2C86F

Color information

#A2C86F (or 0xA2C86F) is unknown color: approx Olivine. HEX triplet: A2, C8 and 6F. RGB value is (162,200,111). Sum of RGB (Red+Green+Blue) = 162+200+111=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C86F is #5D3790. Grayscale: #B2B2B2. Windows color (decimal): -6109073 or 7325858. OLE color: 7325858.

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

Color convert

RGB162200111-
CMYK0.1900.440.22
HSL85.62º44.72%60.98%-
HSV(B)85.62º44.5%78.43%-
XYZ38.4250.1422.69-
YUV178.4989.91116.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 200 (78.52% from 255) = 42.28%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=34.25%
G=42.28%
B=23.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1622001110.1900.440.2285.6244.7260.98
HexA2C86F1302C16562d3d
Octal24231015723054261265575
Binary10100010110010001101111100110101100101101010110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C86F; }

 p { color: rgb(162,200,111); }

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

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

 a { background-color: rgb(162,200,111); }

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

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

 span { border-color: rgb(162,200,111); }

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