Html Css Color HEX #ABADA2 Green Spring

📋 copy color: '#ABADA2'

red 171 ◦ green 173 ◦ blue 162

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

Shades of Green Spring #ABADA2

Tints of Green Spring #ABADA2

RGB

 RED value IS 171 (67.19% from 255) = 33.79%

 GREEN value IS 173 (67.97% from 255) = 34.19%

 BLUE value IS 162 (63.67% from 255) = 32.02%

R = 33.79%
G = 34.19%
B = 32.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#ABADA2 (or 0xABADA2) is known color: Green Spring. HEX triplet: AB, AD and A2. RGB value is (171,173,162). Sum of RGB (Red+Green+Blue) = 171+173+162=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADA2 is #54525D. Grayscale: #ABABAB. Windows color (decimal): -5526110 or 10661291. OLE color: 10661291.

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

Color convert

RGB 171 173 162 -
CMYK 0.01 0 0.06 0.32
HSL 70.91º 0.06% 0.66% -
HSV(B) 70.91º 0.06% 0.68% -
XYZ 38.26 41.15 40.11 -
YUV 171.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 171 173 162 0.01 0 0.06 0.32 70.91 0.06 0.66
Hex AB AD A2 1 0 6 20 47 6 42
Octal 253 255 242 1 0 6 40 107 6 102
Binary 10101011 10101101 10100010 1 0 110 100000 1000111 110 1000010

Color Harmonies of #ABADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADA2

Black with #ABADA2

Text Example


Text Example

White with #ABADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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