#ACF896

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

Shades of Pale Green #ACF896

Tints of Pale Green #ACF896

Color information

#ACF896 (or 0xACF896) is unknown color: approx Pale Green. HEX triplet: AC, F8 and 96. RGB value is (172,248,150). Sum of RGB (Red+Green+Blue) = 172+248+150=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF896 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF896 is #530769. Grayscale: #D6D6D6. Windows color (decimal): -5441386 or 9894060. OLE color: 9894060.

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

Color convert

RGB172248150-
CMYK0.3100.400.03
HSL106.53º87.5%78.04%-
HSV(B)106.53º39.52%97.25%-
XYZ56.0978.1140.97-
YUV214.191.8297.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 248 (97.27% from 255) = 43.51%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=30.18%
G=43.51%
B=26.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481500.3100.400.03106.5387.578.04
HexACF8961F02836b584e
Octal254370226370503153130116
Binary10101100111110001001011011111010100011110101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF896; }

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

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

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

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

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

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

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

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