#abfca1

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

Shades of Pale Green #ABFCA1

Tints of Pale Green #ABFCA1

Color information

#ABFCA1 (or 0xABFCA1) is unknown color: approx Pale Green. HEX triplet: AB, FC and A1. RGB value is (171,252,161). Sum of RGB (Red+Green+Blue) = 171+252+161=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFCA1 is #54035E. Grayscale: #D9D9D9. Windows color (decimal): -5505887 or 10615979. OLE color: 10615979.

HSL color Cylindrical-coordinate representation of color #ABFCA1: hue angle of 113.41º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABFCA1 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB171252161-
CMYK0.3200.360.01
HSL113.41º93.81%80.98%-
HSV(B)113.41º36.11%98.82%-
XYZ58.0480.8546.27-
YUV217.4196.1694.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 161 (63.28% from 255) = 27.57%
R=29.28%
G=43.15%
B=27.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712521610.3200.360.01113.4193.8180.98
HexABFCA1200241715e51
Octal253374241400441161136121
Binary10101011111111001010000110000001001001111000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abfca1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abfca1; }

 p { color: rgb(171,252,161); }

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

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

 a { background-color: rgb(171,252,161); }

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

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

 span { border-color: rgb(171,252,161); }

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