#ACFAA8

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

Shades of Pale Green #ACFAA8

Tints of Pale Green #ACFAA8

Color information

#ACFAA8 (or 0xACFAA8) is unknown color: approx Pale Green. HEX triplet: AC, FA and A8. RGB value is (172,250,168). Sum of RGB (Red+Green+Blue) = 172+250+168=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFAA8 is #530557. Grayscale: #D9D9D9. Windows color (decimal): -5440856 or 11074220. OLE color: 11074220.

HSL color Cylindrical-coordinate representation of color #ACFAA8: hue angle of 117.07º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFAA8 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB172250168-
CMYK0.3100.330.02
HSL117.07º89.13%81.96%-
HSV(B)117.07º32.8%98.04%-
XYZ58.2779.9749.41-
YUV217.33100.1695.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 168 (66.02% from 255) = 28.47%
R=29.15%
G=42.37%
B=28.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501680.3100.330.02117.0789.1381.96
HexACFAA81F0212755952
Octal254372250370412165131122
Binary10101100111110101010100011111010000110111010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAA8; }

 p { color: rgb(172,250,168); }

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

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

 a { background-color: rgb(172,250,168); }

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

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

 span { border-color: rgb(172,250,168); }

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