#ACFCAA

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

Shades of Pale Green #ACFCAA

Tints of Pale Green #ACFCAA

Color information

#ACFCAA (or 0xACFCAA) is unknown color: approx Pale Green. HEX triplet: AC, FC and AA. RGB value is (172,252,170). Sum of RGB (Red+Green+Blue) = 172+252+170=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFCAA is #530355. Grayscale: #DADADA. Windows color (decimal): -5440342 or 11205804. OLE color: 11205804.

HSL color Cylindrical-coordinate representation of color #ACFCAA: hue angle of 118.54º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFCAA is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB172252170-
CMYK0.3200.330.01
HSL118.54º93.18%82.75%-
HSV(B)118.54º32.54%98.82%-
XYZ59.0881.2950.61-
YUV218.73100.594.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 252 (98.83% from 255) = 42.42%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=28.96%
G=42.42%
B=28.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521700.3200.330.01118.5493.1882.75
HexACFCAA200211775d53
Octal254374252400411167135123
Binary10101100111111001010101010000001000011111011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCAA; }

 p { color: rgb(172,252,170); }

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

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

 a { background-color: rgb(172,252,170); }

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

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

 span { border-color: rgb(172,252,170); }

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