#A2C16C

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

Shades of Olivine #A2C16C

Tints of Olivine #A2C16C

Color information

#A2C16C (or 0xA2C16C) is unknown color: approx Olivine. HEX triplet: A2, C1 and 6C. RGB value is (162,193,108). Sum of RGB (Red+Green+Blue) = 162+193+108=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C16C is #5D3E93. Grayscale: #AEAEAE. Windows color (decimal): -6110868 or 7127458. OLE color: 7127458.

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

Color convert

RGB162193108-
CMYK0.1600.440.24
HSL81.88º40.67%59.02%-
HSV(B)81.88º44.04%75.69%-
XYZ36.6846.921.31-
YUV174.0490.73119.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=34.99%
G=41.68%
B=23.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931080.1600.440.2481.8840.6759.02
HexA2C16C1002C1852293b
Octal24230115420054301225173
Binary10100010110000011101100100000101100110001010010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C16C; }

 p { color: rgb(162,193,108); }

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

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

 a { background-color: rgb(162,193,108); }

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

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

 span { border-color: rgb(162,193,108); }

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