#AAF99B

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

Shades of Pale Green #AAF99B

Tints of Pale Green #AAF99B

Color information

#AAF99B (or 0xAAF99B) is unknown color: approx Pale Green. HEX triplet: AA, F9 and 9B. RGB value is (170,249,155). Sum of RGB (Red+Green+Blue) = 170+249+155=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF99B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF99B is #550664. Grayscale: #D6D6D6. Windows color (decimal): -5572197 or 10221994. OLE color: 10221994.

HSL color Cylindrical-coordinate representation of color #AAF99B: hue angle of 110.43º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAF99B is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB170249155-
CMYK0.3200.380.02
HSL110.43º88.68%79.22%-
HSV(B)110.43º37.75%97.65%-
XYZ56.3778.6643.22-
YUV214.6694.3396.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 249 (97.66% from 255) = 43.38%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=29.62%
G=43.38%
B=27.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491550.3200.380.02110.4388.6879.22
HexAAF99B2002626e594f
Octal252371233400462156131117
Binary101010101111100110011011100000010011010110111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF99B; }

 p { color: rgb(170,249,155); }

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

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

 a { background-color: rgb(170,249,155); }

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

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

 span { border-color: rgb(170,249,155); }

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