Html Css Color HEX #ABAFA2 Green Spring

📋 copy color: '#ABAFA2'

red 171 ◦ green 175 ◦ blue 162

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

Shades of Green Spring #ABAFA2

Tints of Green Spring #ABAFA2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.45%

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

R = 33.66%
G = 34.45%
B = 31.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#ABAFA2 (or 0xABAFA2) is known color: Green Spring. HEX triplet: AB, AF and A2. RGB value is (171,175,162). Sum of RGB (Red+Green+Blue) = 171+175+162=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFA2 is #54505D. Grayscale: #ACACAC. Windows color (decimal): -5525598 or 10661803. OLE color: 10661803.

HSL color Cylindrical-coordinate representation of color #ABAFA2: hue angle of 78.46º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABAFA2 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 162 -
CMYK 0.02 0 0.07 0.31
HSL 78.46º 0.08% 0.66% -
HSV(B) 78.46º 0.07% 0.69% -
XYZ 38.65 41.93 40.24 -
YUV 172.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 171 175 162 0.02 0 0.07 0.31 78.46 0.08 0.66
Hex AB AF A2 2 0 7 1F 4E 8 42
Octal 253 257 242 2 0 7 37 116 10 102
Binary 10101011 10101111 10100010 10 0 111 11111 1001110 1000 1000010

Color Harmonies of #ABAFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFA2

Black with #ABAFA2

Text Example


Text Example

White with #ABAFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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