#A0BEB3

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

Shades of Shadow Green #A0BEB3

Tints of Shadow Green #A0BEB3

Color information

#A0BEB3 (or 0xA0BEB3) is unknown color: approx Shadow Green. HEX triplet: A0, BE and B3. RGB value is (160,190,179). Sum of RGB (Red+Green+Blue) = 160+190+179=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEB3 is #5F414C. Grayscale: #B3B3B3. Windows color (decimal): -6242637 or 11779744. OLE color: 11779744.

HSL color Cylindrical-coordinate representation of color #A0BEB3: hue angle of 158º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEB3 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB160190179-
CMYK0.1600.060.25
HSL158º18.75%68.63%-
HSV(B)158º15.79%74.51%-
XYZ41.0547.5649.66-
YUV179.78127.56113.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=30.25%
G=35.92%
B=33.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901790.1600.060.2515818.7568.63
HexA0BEB31006199e1345
Octal24027626320063123623105
Binary1010000010111110101100111000001101100110011110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEB3; }

 p { color: rgb(160,190,179); }

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

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

 a { background-color: rgb(160,190,179); }

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

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

 span { border-color: rgb(160,190,179); }

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