#ABFB97

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

Shades of Pale Green #ABFB97

Tints of Pale Green #ABFB97

Color information

#ABFB97 (or 0xABFB97) is unknown color: approx Pale Green. HEX triplet: AB, FB and 97. RGB value is (171,251,151). Sum of RGB (Red+Green+Blue) = 171+251+151=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFB97 is #540468. Grayscale: #D8D8D8. Windows color (decimal): -5506153 or 9960363. OLE color: 9960363.

HSL color Cylindrical-coordinate representation of color #ABFB97: hue angle of 108º degrees, saturation: 0.93, 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 #ABFB97 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB171251151-
CMYK0.3200.400.02
HSL108º92.59%78.82%-
HSV(B)108º39.84%98.43%-
XYZ56.8879.8941.7-
YUV215.6891.596.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 151 (59.38% from 255) = 26.35%
R=29.84%
G=43.80%
B=26.35%

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
Decimal1712511510.3200.400.0210892.5978.82
HexABFB972002826c5d4f
Octal253373227400502154135117
Binary101010111111101110010111100000010100010110110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFB97; }

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

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

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

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

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

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

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

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