#ACFC9C

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

Shades of Pale Green #ACFC9C

Tints of Pale Green #ACFC9C

Color information

#ACFC9C (or 0xACFC9C) is unknown color: approx Pale Green. HEX triplet: AC, FC and 9C. RGB value is (172,252,156). Sum of RGB (Red+Green+Blue) = 172+252+156=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC9C is #530363. Grayscale: #D9D9D9. Windows color (decimal): -5440356 or 10288300. OLE color: 10288300.

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

Color convert

RGB172252156-
CMYK0.3200.380.01
HSL110º94.12%80%-
HSV(B)110º38.1%98.82%-
XYZ57.8280.7944-
YUV217.1493.595.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 252 (98.83% from 255) = 43.45%
BLUE value IS 156 (61.33% from 255) = 26.90%
R=29.66%
G=43.45%
B=26.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521560.3200.380.0111094.1280
HexACFC9C2002616e5e50
Octal254374234400461156136120
Binary10101100111111001001110010000001001101110111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFC9C; }

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

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

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

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

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

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

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

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