#A2C568

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

Shades of Olivine #A2C568

Tints of Olivine #A2C568

Color information

#A2C568 (or 0xA2C568) is unknown color: approx Olivine. HEX triplet: A2, C5 and 68. RGB value is (162,197,104). Sum of RGB (Red+Green+Blue) = 162+197+104=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C568 is #5D3A97. Grayscale: #B0B0B0. Windows color (decimal): -6109848 or 6866338. OLE color: 6866338.

HSL color Cylindrical-coordinate representation of color #A2C568: hue angle of 82.58º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2C568 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB162197104-
CMYK0.1800.470.23
HSL82.58º44.5%59.02%-
HSV(B)82.58º47.21%77.25%-
XYZ37.3748.6120.51-
YUV175.9387.4118.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 197 (77.34% from 255) = 42.55%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=34.99%
G=42.55%
B=22.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621971040.1800.470.2382.5844.559.02
HexA2C5681202F17532c3b
Octal24230515022057271235473
Binary10100010110001011101000100100101111101111010011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C568; }

 p { color: rgb(162,197,104); }

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

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

 a { background-color: rgb(162,197,104); }

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

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

 span { border-color: rgb(162,197,104); }

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