#ABADA0

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

Shades of Green Spring #ABADA0

Tints of Green Spring #ABADA0

Color information

#ABADA0 (or 0xABADA0) is unknown color: approx Green Spring. HEX triplet: AB, AD and A0. RGB value is (171,173,160). Sum of RGB (Red+Green+Blue) = 171+173+160=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADA0 is #54525F. Grayscale: #AAAAAA. Windows color (decimal): -5526112 or 10530219. OLE color: 10530219.

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

Color convert

RGB171173160-
CMYK0.0100.080.32
HSL69.23º7.34%65.29%-
HSV(B)69.23º7.51%67.84%-
XYZ38.0841.0839.18-
YUV170.92121.84128.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=33.93%
G=34.33%
B=31.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731600.0100.080.3269.237.3465.29
HexABADA01082045741
Octal2532552401010401057101
Binary10101011101011011010000010100010000010001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADA0; }

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

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

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

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

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

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

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

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