#ACF9A6

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

Shades of Pale Green #ACF9A6

Tints of Pale Green #ACF9A6

Color information

#ACF9A6 (or 0xACF9A6) is unknown color: approx Pale Green. HEX triplet: AC, F9 and A6. RGB value is (172,249,166). Sum of RGB (Red+Green+Blue) = 172+249+166=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF9A6 is #530659. Grayscale: #D8D8D8. Windows color (decimal): -5441114 or 10942892. OLE color: 10942892.

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

Color convert

RGB172249166-
CMYK0.3100.330.02
HSL115.66º87.37%81.37%-
HSV(B)115.66º33.33%97.65%-
XYZ57.7779.2848.33-
YUV216.5299.4996.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 166 (65.23% from 255) = 28.28%
R=29.30%
G=42.42%
B=28.28%

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
Decimal1722491660.3100.330.02115.6687.3781.37
HexACF9A61F0212745751
Octal254371246370412164127121
Binary10101100111110011010011011111010000110111010010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9A6; }

 p { color: rgb(172,249,166); }

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

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

 a { background-color: rgb(172,249,166); }

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

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

 span { border-color: rgb(172,249,166); }

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