#AAFCAB

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

Shades of Pale Green #AAFCAB

Tints of Pale Green #AAFCAB

Color information

#AAFCAB (or 0xAAFCAB) is unknown color: approx Pale Green. HEX triplet: AA, FC and AB. RGB value is (170,252,171). Sum of RGB (Red+Green+Blue) = 170+252+171=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFCAB is #550354. Grayscale: #DADADA. Windows color (decimal): -5571413 or 11271338. OLE color: 11271338.

HSL color Cylindrical-coordinate representation of color #AAFCAB: hue angle of 120.73º 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 #AAFCAB is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB170252171-
CMYK0.3300.320.01
HSL120.73º93.18%82.75%-
HSV(B)120.73º32.54%98.82%-
XYZ58.7481.1151.09-
YUV218.25101.3393.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=28.67%
G=42.50%
B=28.84%

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
Decimal1702521710.3300.320.01120.7393.1882.75
HexAAFCAB210201795d53
Octal252374253410401171135123
Binary10101010111111001010101110000101000001111100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCAB; }

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

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

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

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

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

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

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

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