#ABFA8D

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

Shades of Pale Green #ABFA8D

Tints of Pale Green #ABFA8D

Color information

#ABFA8D (or 0xABFA8D) is unknown color: approx Pale Green. HEX triplet: AB, FA and 8D. RGB value is (171,250,141). Sum of RGB (Red+Green+Blue) = 171+250+141=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFA8D is #540572. Grayscale: #D6D6D6. Windows color (decimal): -5506419 or 9304747. OLE color: 9304747.

HSL color Cylindrical-coordinate representation of color #ABFA8D: hue angle of 103.49º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABFA8D is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB171250141-
CMYK0.3200.440.02
HSL103.49º91.6%76.67%-
HSV(B)103.49º43.6%98.04%-
XYZ55.7978.9537.5-
YUV213.9586.8397.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 250 (98.05% from 255) = 44.48%
BLUE value IS 141 (55.47% from 255) = 25.09%
R=30.43%
G=44.48%
B=25.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712501410.3200.440.02103.4991.676.67
HexABFA8D2002C2675c4d
Octal253372215400542147134115
Binary101010111111101010001101100000010110010110011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFA8D; }

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

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

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

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

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

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

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

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