#ACF9A0

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

Shades of Pale Green #ACF9A0

Tints of Pale Green #ACF9A0

Color information

#ACF9A0 (or 0xACF9A0) is unknown color: approx Pale Green. HEX triplet: AC, F9 and A0. RGB value is (172,249,160). Sum of RGB (Red+Green+Blue) = 172+249+160=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF9A0 is #53065F. Grayscale: #D8D8D8. Windows color (decimal): -5441120 or 10549676. OLE color: 10549676.

HSL color Cylindrical-coordinate representation of color #ACF9A0: hue angle of 111.91º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACF9A0 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB172249160-
CMYK0.3100.360.02
HSL111.91º88.12%80.2%-
HSV(B)111.91º35.74%97.65%-
XYZ57.2379.0645.5-
YUV215.8396.4996.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 249 (97.66% from 255) = 42.86%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=29.60%
G=42.86%
B=27.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491600.3100.360.02111.9188.1280.2
HexACF9A01F0242705850
Octal254371240370442160130120
Binary10101100111110011010000011111010010010111000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9A0; }

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

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

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

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

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

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

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

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