#A0A992

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

Shades of Green Spring #A0A992

Tints of Green Spring #A0A992

Color information

#A0A992 (or 0xA0A992) is unknown color: approx Green Spring. HEX triplet: A0, A9 and 92. RGB value is (160,169,146). Sum of RGB (Red+Green+Blue) = 160+169+146=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A992 is #5F566D. Grayscale: #A3A3A3. Windows color (decimal): -6248046 or 9611680. OLE color: 9611680.

HSL color Cylindrical-coordinate representation of color #A0A992: hue angle of 83.48º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0A992 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB160169146-
CMYK0.0500.140.34
HSL83.48º11.79%61.76%-
HSV(B)83.48º13.61%66.27%-
XYZ33.8737.9232.73-
YUV163.69118.02125.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=33.68%
G=35.58%
B=30.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601691460.0500.140.3483.4811.7961.76
HexA0A99250E2253c3e
Octal2402512225016421231476
Binary1010000010101001100100101010111010001010100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A992; }

 p { color: rgb(160,169,146); }

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

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

 a { background-color: rgb(160,169,146); }

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

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

 span { border-color: rgb(160,169,146); }

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