Html Css Color HEX #A0BEB7 Shadow Green

📋 copy color: '#A0BEB7'

red 160 ◦ green 190 ◦ blue 183

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

Shades of Shadow Green #A0BEB7

Tints of Shadow Green #A0BEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.33%

R = 30.02%
G = 35.65%
B = 34.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#A0BEB7 (or 0xA0BEB7) is known color: Shadow Green. HEX triplet: A0, BE and B7. RGB value is (160,190,183). Sum of RGB (Red+Green+Blue) = 160+190+183=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEB7 is #5F4148. Grayscale: #B4B4B4. Windows color (decimal): -6242633 or 12041888. OLE color: 12041888.

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

Color convert

RGB 160 190 183 -
CMYK 0.16 0 0.04 0.25
HSL 166º 0.19% 0.69% -
HSV(B) 166º 0.16% 0.75% -
XYZ 41.46 47.72 51.83 -
YUV 180.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 160 190 183 0.16 0 0.04 0.25 166 0.19 0.69
Hex A0 BE B7 10 0 4 19 A6 13 45
Octal 240 276 267 20 0 4 31 246 23 105
Binary 10100000 10111110 10110111 10000 0 100 11001 10100110 10011 1000101

Color Harmonies of #A0BEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEB7

Black with #A0BEB7

Text Example


Text Example

White with #A0BEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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