Html Css Color HEX #A0BEB9 Shadow Green

📋 copy color: '#A0BEB9'

red 160 ◦ green 190 ◦ blue 185

#A0BEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow Green #A0BEB9

Tints of Shadow Green #A0BEB9

RGB

 RED value IS 160 (62.89% from 255) = 29.91%

 GREEN value IS 190 (74.61% from 255) = 35.51%

 BLUE value IS 185 (72.66% from 255) = 34.58%

R = 29.91%
G = 35.51%
B = 34.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#A0BEB9 (or 0xA0BEB9) is known color: Shadow Green. HEX triplet: A0, BE and B9. RGB value is (160,190,185). Sum of RGB (Red+Green+Blue) = 160+190+185=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEB9 is #5F4146. Grayscale: #B4B4B4. Windows color (decimal): -6242631 or 12172960. OLE color: 12172960.

HSL color Cylindrical-coordinate representation of color #A0BEB9: hue angle of 170º 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 #A0BEB9 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 185 -
CMYK 0.16 0 0.03 0.25
HSL 170º 0.19% 0.69% -
HSV(B) 170º 0.16% 0.75% -
XYZ 41.67 47.8 52.93 -
YUV 180.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 160 190 185 0.16 0 0.03 0.25 170 0.19 0.69
Hex A0 BE B9 10 0 3 19 AA 13 45
Octal 240 276 271 20 0 3 31 252 23 105
Binary 10100000 10111110 10111001 10000 0 11 11001 10101010 10011 1000101

Color Harmonies of #A0BEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEB9

Black with #A0BEB9

Text Example


Text Example

White with #A0BEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEB9; }

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

 H1.HeaderClassName
 {
   color: #A0BEB9;
 }
 .AnyTagClassName
 {
   color: #A0BEB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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