Shades of Pale Green #AAFC93
Tints of Pale Green #AAFC93
RGB
CMYK
RGB Variations
Color information
#AAFC93 (or 0xAAFC93) is known color: Pale Green. HEX triplet: AA, FC and 93. RGB value is (170,252,147). Sum of RGB (Red+Green+Blue) = 170+252+147=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC93 is #55036C. Grayscale: #D7D7D7. Windows color (decimal): -5571437 or 9698474. OLE color: 9698474.
HSL color Cylindrical-coordinate representation of color #AAFC93: hue angle of 106.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAFC93 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 147 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.01 |
| HSL | 106.86º | 0.95% | 0.78% | - |
| HSV(B) | 106.86º | 0.42% | 0.99% | - |
| XYZ | 56.65 | 80.27 | 40.11 | - |
| YUV | 215.51 | 89.33 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 147 | 0.33 | 0 | 0.42 | 0.01 | 106.86 | 0.95 | 0.78 |
| Hex | AA | FC | 93 | 21 | 0 | 2A | 1 | 6B | 5F | 4E |
| Octal | 252 | 374 | 223 | 41 | 0 | 52 | 1 | 153 | 137 | 116 |
| Binary | 10101010 | 11111100 | 10010011 | 100001 | 0 | 101010 | 1 | 1101011 | 1011111 | 1001110 |
Color Harmonies of #AAFC93
Complementary color
Monochromatic Colors of #AAFC93
Black with #AAFC93
Text Example
Text Example
White with #AAFC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC93; }
p { color: rgb(170,252,147); }
H1.HeaderClassName
{
color: #AAFC93;
}
.AnyTagClassName
{
color: #AAFC93;
}
</style>
background-color css
<style>
a { background-color: #AAFC93; }
a { background-color: rgb(170,252,147); }
div.DivClassName
{
background-color: #AAFC93;
}
.BgClassName
{
background-color: #AAFC93;
}
</style>
border-color css
<style>
span { border-color: #AAFC93; }
span { border-color: rgb(170,252,147); }
td.TdClassName
{
border-color: #AAFC93;
}
.TagClassName
{
border-color: #AAFC93;
}
</style>