#ABFDA0

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

Shades of Pale Green #ABFDA0

Tints of Pale Green #ABFDA0

Color information

#ABFDA0 (or 0xABFDA0) is unknown color: approx Pale Green. HEX triplet: AB, FD and A0. RGB value is (171,253,160). Sum of RGB (Red+Green+Blue) = 171+253+160=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFDA0 is #54025F. Grayscale: #DADADA. Windows color (decimal): -5505632 or 10550699. OLE color: 10550699.

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

Color convert

RGB171253160-
CMYK0.3200.370.01
HSL112.9º95.88%80.98%-
HSV(B)112.9º36.76%99.22%-
XYZ58.2781.4545.91-
YUV217.8895.3394.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 253 (99.22% from 255) = 43.32%
BLUE value IS 160 (62.89% from 255) = 27.40%
R=29.28%
G=43.32%
B=27.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712531600.3200.370.01112.995.8880.98
HexABFDA0200251716051
Octal253375240400451161140121
Binary10101011111111011010000010000001001011111000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFDA0; }

 p { color: rgb(171,253,160); }

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

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

 a { background-color: rgb(171,253,160); }

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

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

 span { border-color: rgb(171,253,160); }

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