#ACFAA1

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

Shades of Pale Green #ACFAA1

Tints of Pale Green #ACFAA1

Color information

#ACFAA1 (or 0xACFAA1) is unknown color: approx Pale Green. HEX triplet: AC, FA and A1. RGB value is (172,250,161). Sum of RGB (Red+Green+Blue) = 172+250+161=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFAA1 is #53055E. Grayscale: #D8D8D8. Windows color (decimal): -5440863 or 10615468. OLE color: 10615468.

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

Color convert

RGB172250161-
CMYK0.3100.360.02
HSL112.58º89.9%80.59%-
HSV(B)112.58º35.6%98.04%-
XYZ57.6379.7246.07-
YUV216.5396.6696.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 250 (98.05% from 255) = 42.88%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=29.50%
G=42.88%
B=27.62%

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
Decimal1722501610.3100.360.02112.5889.980.59
HexACFAA11F0242715a51
Octal254372241370442161132121
Binary10101100111110101010000111111010010010111000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAA1; }

 p { color: rgb(172,250,161); }

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

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

 a { background-color: rgb(172,250,161); }

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

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

 span { border-color: rgb(172,250,161); }

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