#ABFCA4

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

Shades of Pale Green #ABFCA4

Tints of Pale Green #ABFCA4

Color information

#ABFCA4 (or 0xABFCA4) is unknown color: approx Pale Green. HEX triplet: AB, FC and A4. RGB value is (171,252,164). Sum of RGB (Red+Green+Blue) = 171+252+164=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFCA4 is #54035B. Grayscale: #DADADA. Windows color (decimal): -5505884 or 10812587. OLE color: 10812587.

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

Color convert

RGB171252164-
CMYK0.3200.350.01
HSL115.23º93.62%81.57%-
HSV(B)115.23º34.92%98.82%-
XYZ58.3180.9647.68-
YUV217.7597.6694.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 252 (98.83% from 255) = 42.93%
BLUE value IS 164 (64.45% from 255) = 27.94%
R=29.13%
G=42.93%
B=27.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712521640.3200.350.01115.2393.6281.57
HexABFCA4200231735e52
Octal253374244400431163136122
Binary10101011111111001010010010000001000111111001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCA4; }

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

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

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

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

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

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

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

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