#ABFCAA

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

Shades of Pale Green #ABFCAA

Tints of Pale Green #ABFCAA

Color information

#ABFCAA (or 0xABFCAA) is unknown color: approx Pale Green. HEX triplet: AB, FC and AA. RGB value is (171,252,170). Sum of RGB (Red+Green+Blue) = 171+252+170=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFCAA is #540355. Grayscale: #DADADA. Windows color (decimal): -5505878 or 11205803. OLE color: 11205803.

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

Color convert

RGB171252170-
CMYK0.3200.330.01
HSL119.27º93.18%82.75%-
HSV(B)119.27º32.54%98.82%-
XYZ58.8681.1850.6-
YUV218.43100.6694.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=28.84%
G=42.50%
B=28.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712521700.3200.330.01119.2793.1882.75
HexABFCAA200211775d53
Octal253374252400411167135123
Binary10101011111111001010101010000001000011111011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCAA; }

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

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

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

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

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

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

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

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