#A0C4B6

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

Shades of Shadow Green #A0C4B6

Tints of Shadow Green #A0C4B6

Color information

#A0C4B6 (or 0xA0C4B6) is unknown color: approx Shadow Green. HEX triplet: A0, C4 and B6. RGB value is (160,196,182). Sum of RGB (Red+Green+Blue) = 160+196+182=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C4B6 is #5F3B49. Grayscale: #B7B7B7. Windows color (decimal): -6241098 or 11977888. OLE color: 11977888.

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

Color convert

RGB160196182-
CMYK0.1800.070.23
HSL156.67º23.38%69.8%-
HSV(B)156.67º18.37%76.86%-
XYZ42.6850.3351.72-
YUV183.64127.07111.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 196 (76.95% from 255) = 36.43%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=29.74%
G=36.43%
B=33.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601961820.1800.070.23156.6723.3869.8
HexA0C4B61207179d1746
Octal24030426622072723527106
Binary1010000011000100101101101001001111011110011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C4B6; }

 p { color: rgb(160,196,182); }

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

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

 a { background-color: rgb(160,196,182); }

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

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

 span { border-color: rgb(160,196,182); }

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