#ABFA8F

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

Shades of Pale Green #ABFA8F

Tints of Pale Green #ABFA8F

Color information

#ABFA8F (or 0xABFA8F) is unknown color: approx Pale Green. HEX triplet: AB, FA and 8F. RGB value is (171,250,143). Sum of RGB (Red+Green+Blue) = 171+250+143=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFA8F is #540570. Grayscale: #D6D6D6. Windows color (decimal): -5506417 or 9435819. OLE color: 9435819.

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

Color convert

RGB171250143-
CMYK0.3200.430.02
HSL104.3º91.45%77.06%-
HSV(B)104.3º42.8%98.04%-
XYZ55.9479.0138.29-
YUV214.1887.8397.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 143 (56.25% from 255) = 25.35%
R=30.32%
G=44.33%
B=25.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712501430.3200.430.02104.391.4577.06
HexABFA8F2002B2685b4d
Octal253372217400532150133115
Binary101010111111101010001111100000010101110110100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFA8F; }

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

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

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

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

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

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

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

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