Html Css Color HEX #A0BEB4 Shadow Green

📋 copy color: '#A0BEB4'

red 160 ◦ green 190 ◦ blue 180

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

Shades of Shadow Green #A0BEB4

Tints of Shadow Green #A0BEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.96%

R = 30.19%
G = 35.85%
B = 33.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#A0BEB4 (or 0xA0BEB4) is known color: Shadow Green. HEX triplet: A0, BE and B4. RGB value is (160,190,180). Sum of RGB (Red+Green+Blue) = 160+190+180=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEB4 is #5F414B. Grayscale: #B3B3B3. Windows color (decimal): -6242636 or 11845280. OLE color: 11845280.

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

Color convert

RGB 160 190 180 -
CMYK 0.16 0 0.05 0.25
HSL 160º 0.19% 0.69% -
HSV(B) 160º 0.16% 0.75% -
XYZ 41.15 47.6 50.2 -
YUV 179.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 160 190 180 0.16 0 0.05 0.25 160 0.19 0.69
Hex A0 BE B4 10 0 5 19 A0 13 45
Octal 240 276 264 20 0 5 31 240 23 105
Binary 10100000 10111110 10110100 10000 0 101 11001 10100000 10011 1000101

Color Harmonies of #A0BEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEB4

Black with #A0BEB4

Text Example


Text Example

White with #A0BEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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