#ACF8A7

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

Shades of Pale Green #ACF8A7

Tints of Pale Green #ACF8A7

Color information

#ACF8A7 (or 0xACF8A7) is unknown color: approx Pale Green. HEX triplet: AC, F8 and A7. RGB value is (172,248,167). Sum of RGB (Red+Green+Blue) = 172+248+167=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8A7 is #530758. Grayscale: #D8D8D8. Windows color (decimal): -5441369 or 11008172. OLE color: 11008172.

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

Color convert

RGB172248167-
CMYK0.3100.330.03
HSL116.3º85.26%81.37%-
HSV(B)116.3º32.66%97.25%-
XYZ57.5678.748.72-
YUV216.04100.3296.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 167 (65.62% from 255) = 28.45%
R=29.30%
G=42.25%
B=28.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481670.3100.330.03116.385.2681.37
HexACF8A71F0213745551
Octal254370247370413164125121
Binary10101100111110001010011111111010000111111010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8A7; }

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

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

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

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

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

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

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

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