#ACF8A3

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

Shades of Pale Green #ACF8A3

Tints of Pale Green #ACF8A3

Color information

#ACF8A3 (or 0xACF8A3) is unknown color: approx Pale Green. HEX triplet: AC, F8 and A3. RGB value is (172,248,163). Sum of RGB (Red+Green+Blue) = 172+248+163=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 163 (64.06% from 255 or 27.96% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8A3 is #53075C. Grayscale: #D7D7D7. Windows color (decimal): -5441373 or 10746028. OLE color: 10746028.

HSL color Cylindrical-coordinate representation of color #ACF8A3: hue angle of 113.65º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACF8A3 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB172248163-
CMYK0.3100.340.03
HSL113.65º85.86%80.59%-
HSV(B)113.65º34.27%97.25%-
XYZ57.1978.5546.8-
YUV215.5998.3296.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 248 (97.27% from 255) = 42.54%
BLUE value IS 163 (64.06% from 255) = 27.96%
R=29.50%
G=42.54%
B=27.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481630.3100.340.03113.6585.8680.59
HexACF8A31F0223725651
Octal254370243370423162126121
Binary10101100111110001010001111111010001011111001010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8A3; }

 p { color: rgb(172,248,163); }

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

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

 a { background-color: rgb(172,248,163); }

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

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

 span { border-color: rgb(172,248,163); }

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