#ACFCA5

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

Shades of Pale Green #ACFCA5

Tints of Pale Green #ACFCA5

Color information

#ACFCA5 (or 0xACFCA5) is unknown color: approx Pale Green. HEX triplet: AC, FC and A5. RGB value is (172,252,165). Sum of RGB (Red+Green+Blue) = 172+252+165=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFCA5 is #53035A. Grayscale: #DADADA. Windows color (decimal): -5440347 or 10878124. OLE color: 10878124.

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

Color convert

RGB172252165-
CMYK0.3200.350.01
HSL115.17º93.55%81.76%-
HSV(B)115.17º34.52%98.82%-
XYZ58.6281.1148.16-
YUV218.169895.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 165 (64.84% from 255) = 28.01%
R=29.20%
G=42.78%
B=28.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521650.3200.350.01115.1793.5581.76
HexACFCA5200231735e52
Octal254374245400431163136122
Binary10101100111111001010010110000001000111111001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCA5; }

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

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

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

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

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

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

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

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