#ABFB96

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

Shades of Pale Green #ABFB96

Tints of Pale Green #ABFB96

Color information

#ABFB96 (or 0xABFB96) is unknown color: approx Pale Green. HEX triplet: AB, FB and 96. RGB value is (171,251,150). Sum of RGB (Red+Green+Blue) = 171+251+150=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFB96 is #540469. Grayscale: #D7D7D7. Windows color (decimal): -5506154 or 9894827. OLE color: 9894827.

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

Color convert

RGB171251150-
CMYK0.3200.400.02
HSL107.52º92.66%78.63%-
HSV(B)107.52º40.24%98.43%-
XYZ56.879.8541.27-
YUV215.579196.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 251 (98.44% from 255) = 43.88%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=29.90%
G=43.88%
B=26.22%

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
Decimal1712511500.3200.400.02107.5292.6678.63
HexABFB962002826c5d4f
Octal253373226400502154135117
Binary101010111111101110010110100000010100010110110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFB96; }

 p { color: rgb(171,251,150); }

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

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

 a { background-color: rgb(171,251,150); }

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

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

 span { border-color: rgb(171,251,150); }

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