#ABADA1

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

Shades of Green Spring #ABADA1

Tints of Green Spring #ABADA1

Color information

#ABADA1 (or 0xABADA1) is unknown color: approx Green Spring. HEX triplet: AB, AD and A1. RGB value is (171,173,161). Sum of RGB (Red+Green+Blue) = 171+173+161=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADA1 is #54525E. Grayscale: #ABABAB. Windows color (decimal): -5526111 or 10595755. OLE color: 10595755.

HSL color Cylindrical-coordinate representation of color #ABADA1: hue angle of 70º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABADA1 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB171173161-
CMYK0.0100.070.32
HSL70º6.82%65.49%-
HSV(B)70º6.94%67.84%-
XYZ38.1741.1239.64-
YUV171.03122.34127.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=33.86%
G=34.26%
B=31.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731610.0100.070.32706.8265.49
HexABADA11072046741
Octal253255241107401067101
Binary1010101110101101101000011011110000010001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADA1; }

 p { color: rgb(171,173,161); }

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

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

 a { background-color: rgb(171,173,161); }

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

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

 span { border-color: rgb(171,173,161); }

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