#A4FCAF

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

Shades of Pale Green #A4FCAF

Tints of Pale Green #A4FCAF

Color information

#A4FCAF (or 0xA4FCAF) is unknown color: approx Pale Green. HEX triplet: A4, FC and AF. RGB value is (164,252,175). Sum of RGB (Red+Green+Blue) = 164+252+175=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FCAF is #5B0350. Grayscale: #D9D9D9. Windows color (decimal): -5964625 or 11533476. OLE color: 11533476.

HSL color Cylindrical-coordinate representation of color #A4FCAF: hue angle of 127.5º 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 #A4FCAF is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB164252175-
CMYK0.3500.310.01
HSL127.5º93.62%81.57%-
HSV(B)127.5º34.92%98.82%-
XYZ57.8680.6153.07-
YUV216.91104.3590.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.75%
GREEN value IS 252 (98.83% from 255) = 42.64%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=27.75%
G=42.64%
B=29.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642521750.3500.310.01127.593.6281.57
HexA4FCAF2301F1805e52
Octal244374257430371200136122
Binary10100100111111001010111110001101111111000000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FCAF; }

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

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

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

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

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

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

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

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