#ACFC96

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

Shades of Pale Green #ACFC96

Tints of Pale Green #ACFC96

Color information

#ACFC96 (or 0xACFC96) is unknown color: approx Pale Green. HEX triplet: AC, FC and 96. RGB value is (172,252,150). Sum of RGB (Red+Green+Blue) = 172+252+150=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC96 is #530369. Grayscale: #D8D8D8. Windows color (decimal): -5440362 or 9895084. OLE color: 9895084.

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

Color convert

RGB172252150-
CMYK0.3200.400.01
HSL107.06º94.44%78.82%-
HSV(B)107.06º40.48%98.82%-
XYZ57.3380.5941.39-
YUV216.4590.596.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 252 (98.83% from 255) = 43.90%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=29.97%
G=43.90%
B=26.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521500.3200.400.01107.0694.4478.82
HexACFC962002816b5e4f
Octal254374226400501153136117
Binary10101100111111001001011010000001010001110101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFC96; }

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

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

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

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

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

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

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

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