#ACF7A0

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

Shades of Pale Green #ACF7A0

Tints of Pale Green #ACF7A0

Color information

#ACF7A0 (or 0xACF7A0) is unknown color: approx Pale Green. HEX triplet: AC, F7 and A0. RGB value is (172,247,160). Sum of RGB (Red+Green+Blue) = 172+247+160=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF7A0 is #53085F. Grayscale: #D6D6D6. Windows color (decimal): -5441632 or 10549164. OLE color: 10549164.

HSL color Cylindrical-coordinate representation of color #ACF7A0: hue angle of 111.72º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACF7A0 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB172247160-
CMYK0.3000.350.03
HSL111.72º84.47%79.8%-
HSV(B)111.72º35.22%96.86%-
XYZ56.6277.8345.3-
YUV214.6697.1597.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 247 (96.88% from 255) = 42.66%
BLUE value IS 160 (62.89% from 255) = 27.63%
R=29.71%
G=42.66%
B=27.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471600.3000.350.03111.7284.4779.8
HexACF7A01E0233705450
Octal254367240360433160124120
Binary10101100111101111010000011110010001111111000010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7A0; }

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

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

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

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

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

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

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

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