#ABF993

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

Shades of Pale Green #ABF993

Tints of Pale Green #ABF993

Color information

#ABF993 (or 0xABF993) is unknown color: approx Pale Green. HEX triplet: AB, F9 and 93. RGB value is (171,249,147). Sum of RGB (Red+Green+Blue) = 171+249+147=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF993 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF993 is #54066C. Grayscale: #D6D6D6. Windows color (decimal): -5506669 or 9697707. OLE color: 9697707.

HSL color Cylindrical-coordinate representation of color #ABF993: hue angle of 105.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABF993 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB171249147-
CMYK0.3100.410.02
HSL105.88º89.47%77.65%-
HSV(B)105.88º40.96%97.65%-
XYZ55.9478.5239.81-
YUV214.0590.1697.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 249 (97.66% from 255) = 43.92%
BLUE value IS 147 (57.81% from 255) = 25.93%
R=30.16%
G=43.92%
B=25.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712491470.3100.410.02105.8889.4777.65
HexABF9931F02926a594e
Octal253371223370512152131116
Binary10101011111110011001001111111010100110110101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF993; }

 p { color: rgb(171,249,147); }

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

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

 a { background-color: rgb(171,249,147); }

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

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

 span { border-color: rgb(171,249,147); }

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