#AAFCAC

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

Shades of Pale Green #AAFCAC

Tints of Pale Green #AAFCAC

Color information

#AAFCAC (or 0xAAFCAC) is unknown color: approx Pale Green. HEX triplet: AA, FC and AC. RGB value is (170,252,172). Sum of RGB (Red+Green+Blue) = 170+252+172=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFCAC is #550353. Grayscale: #DADADA. Windows color (decimal): -5571412 or 11336874. OLE color: 11336874.

HSL color Cylindrical-coordinate representation of color #AAFCAC: hue angle of 121.46º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCAC is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB170252172-
CMYK0.3300.320.01
HSL121.46º93.18%82.75%-
HSV(B)121.46º32.54%98.82%-
XYZ58.8381.1551.59-
YUV218.36101.8393.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 252 (98.83% from 255) = 42.42%
BLUE value IS 172 (67.58% from 255) = 28.96%
R=28.62%
G=42.42%
B=28.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521720.3300.320.01121.4693.1882.75
HexAAFCAC210201795d53
Octal252374254410401171135123
Binary10101010111111001010110010000101000001111100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCAC; }

 p { color: rgb(170,252,172); }

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

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

 a { background-color: rgb(170,252,172); }

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

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

 span { border-color: rgb(170,252,172); }

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