#ACFC93

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

Shades of Pale Green #ACFC93

Tints of Pale Green #ACFC93

Color information

#ACFC93 (or 0xACFC93) is unknown color: approx Pale Green. HEX triplet: AC, FC and 93. RGB value is (172,252,147). Sum of RGB (Red+Green+Blue) = 172+252+147=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC93 is #53036C. Grayscale: #D8D8D8. Windows color (decimal): -5440365 or 9698476. OLE color: 9698476.

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

Color convert

RGB172252147-
CMYK0.3200.420.01
HSL105.71º94.59%78.24%-
HSV(B)105.71º41.67%98.82%-
XYZ57.0980.540.13-
YUV216.118996.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 252 (98.83% from 255) = 44.13%
BLUE value IS 147 (57.81% from 255) = 25.74%
R=30.12%
G=44.13%
B=25.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521470.3200.420.01105.7194.5978.24
HexACFC932002A16a5f4e
Octal254374223400521152137116
Binary10101100111111001001001110000001010101110101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFC93; }

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

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

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

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

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

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

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

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