#ABF5A0

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

Shades of Pale Green #ABF5A0

Tints of Pale Green #ABF5A0

Color information

#ABF5A0 (or 0xABF5A0) is unknown color: approx Pale Green. HEX triplet: AB, F5 and A0. RGB value is (171,245,160). Sum of RGB (Red+Green+Blue) = 171+245+160=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF5A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF5A0 is #540A5F. Grayscale: #D5D5D5. Windows color (decimal): -5507680 or 10548651. OLE color: 10548651.

HSL color Cylindrical-coordinate representation of color #ABF5A0: hue angle of 112.24º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABF5A0 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB171245160-
CMYK0.3000.350.04
HSL112.24º80.95%79.41%-
HSV(B)112.24º34.69%96.08%-
XYZ55.7976.545.08-
YUV213.1897.9897.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 245 (96.09% from 255) = 42.53%
BLUE value IS 160 (62.89% from 255) = 27.78%
R=29.69%
G=42.53%
B=27.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712451600.3000.350.04112.2480.9579.41
HexABF5A01E023470514f
Octal253365240360434160121117
Binary101010111111010110100000111100100011100111000010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF5A0; }

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

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

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

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

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

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

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

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