Html Css Color HEX #ABAF9F Green Spring

📋 copy color: '#ABAF9F'

red 171 ◦ green 175 ◦ blue 159

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

Shades of Green Spring #ABAF9F

Tints of Green Spring #ABAF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 33.86%
G = 34.65%
B = 31.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#ABAF9F (or 0xABAF9F) is known color: Green Spring. HEX triplet: AB, AF and 9F. RGB value is (171,175,159). Sum of RGB (Red+Green+Blue) = 171+175+159=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF9F is #545060. Grayscale: #ACACAC. Windows color (decimal): -5525601 or 10465195. OLE color: 10465195.

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

Color convert

RGB 171 175 159 -
CMYK 0.02 0 0.09 0.31
HSL 75º 0.09% 0.65% -
HSV(B) 75º 0.09% 0.69% -
XYZ 38.38 41.82 38.85 -
YUV 171.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 171 175 159 0.02 0 0.09 0.31 75 0.09 0.65
Hex AB AF 9F 2 0 9 1F 4B 9 41
Octal 253 257 237 2 0 11 37 113 11 101
Binary 10101011 10101111 10011111 10 0 1001 11111 1001011 1001 1000001

Color Harmonies of #ABAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF9F

Black with #ABAF9F

Text Example


Text Example

White with #ABAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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