Html Css Color HEX #ABADA0 Green Spring

📋 copy color: '#ABADA0'

red 171 ◦ green 173 ◦ blue 160

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

Shades of Green Spring #ABADA0

Tints of Green Spring #ABADA0

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 value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ABADA0 (or 0xABADA0) is known color: 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

RGB 171 173 160 -
CMYK 0.01 0 0.08 0.32
HSL 69.23º 0.07% 0.65% -
HSV(B) 69.23º 0.08% 0.68% -
XYZ 38.08 41.08 39.18 -
YUV 170.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 171 173 160 0.01 0 0.08 0.32 69.23 0.07 0.65
Hex AB AD A0 1 0 8 20 45 7 41
Octal 253 255 240 1 0 10 40 105 7 101
Binary 10101011 10101101 10100000 1 0 1000 100000 1000101 111 1000001

Color Harmonies of #ABADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADA0

Black with #ABADA0

Text Example


Text Example

White with #ABADA0

Text Example


Text Example

HTML Codes & Css Web 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>