#ACF996

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

Shades of Pale Green #ACF996

Tints of Pale Green #ACF996

Color information

#ACF996 (or 0xACF996) is unknown color: approx Pale Green. HEX triplet: AC, F9 and 96. RGB value is (172,249,150). Sum of RGB (Red+Green+Blue) = 172+249+150=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF996 is #530669. Grayscale: #D7D7D7. Windows color (decimal): -5441130 or 9894316. OLE color: 9894316.

HSL color Cylindrical-coordinate representation of color #ACF996: hue angle of 106.67º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACF996 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB172249150-
CMYK0.3100.400.02
HSL106.67º89.19%78.24%-
HSV(B)106.67º39.76%97.65%-
XYZ56.3978.7241.08-
YUV214.6991.4997.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=30.12%
G=43.61%
B=26.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491500.3100.400.02106.6789.1978.24
HexACF9961F02826b594e
Octal254371226370502153131116
Binary10101100111110011001011011111010100010110101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF996; }

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

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

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

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

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

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

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

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