#ABFA95

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

Shades of Pale Green #ABFA95

Tints of Pale Green #ABFA95

Color information

#ABFA95 (or 0xABFA95) is unknown color: approx Pale Green. HEX triplet: AB, FA and 95. RGB value is (171,250,149). Sum of RGB (Red+Green+Blue) = 171+250+149=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFA95 is #54056A. Grayscale: #D7D7D7. Windows color (decimal): -5506411 or 9829035. OLE color: 9829035.

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

Color convert

RGB171250149-
CMYK0.3200.400.02
HSL106.93º90.99%78.24%-
HSV(B)106.93º40.4%98.04%-
XYZ56.4179.240.75-
YUV214.8690.8396.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 250 (98.05% from 255) = 43.86%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=30%
G=43.86%
B=26.14%

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
Decimal1712501490.3200.400.02106.9390.9978.24
HexABFA952002826b5b4e
Octal253372225400502153133116
Binary101010111111101010010101100000010100010110101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFA95; }

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

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

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

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

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

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

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

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