#ABFA97

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

Shades of Pale Green #ABFA97

Tints of Pale Green #ABFA97

Color information

#ABFA97 (or 0xABFA97) is unknown color: approx Pale Green. HEX triplet: AB, FA and 97. RGB value is (171,250,151). Sum of RGB (Red+Green+Blue) = 171+250+151=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 151 (59.38% from 255 or 26.40% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFA97 is #540568. Grayscale: #D7D7D7. Windows color (decimal): -5506409 or 9960107. OLE color: 9960107.

HSL color Cylindrical-coordinate representation of color #ABFA97: hue angle of 107.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABFA97 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB171250151-
CMYK0.3200.400.02
HSL107.88º90.83%78.63%-
HSV(B)107.88º39.6%98.04%-
XYZ56.5779.2641.6-
YUV215.0991.8396.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 151 (59.38% from 255) = 26.40%
R=29.90%
G=43.71%
B=26.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712501510.3200.400.02107.8890.8378.63
HexABFA972002826c5b4f
Octal253372227400502154133117
Binary101010111111101010010111100000010100010110110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFA97; }

 p { color: rgb(171,250,151); }

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

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

 a { background-color: rgb(171,250,151); }

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

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

 span { border-color: rgb(171,250,151); }

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