Shades of Sulu #AAF86D
Tints of Sulu #AAF86D
RGB
CMYK
RGB Variations
Color information
#AAF86D (or 0xAAF86D) is known color: Sulu. HEX triplet: AA, F8 and 6D. RGB value is (170,248,109). Sum of RGB (Red+Green+Blue) = 170+248+109=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF86D is #550792. Grayscale: #D1D1D1. Windows color (decimal): -5572499 or 7207082. OLE color: 7207082.
HSL color Cylindrical-coordinate representation of color #AAF86D: hue angle of 93.67º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAF86D is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 109 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.03 |
| HSL | 93.67º | 0.91% | 0.7% | - |
| HSV(B) | 93.67º | 0.56% | 0.97% | - |
| XYZ | 52.91 | 76.78 | 26.5 | - |
| YUV | 208.83 | 71.66 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 109 | 0.31 | 0 | 0.56 | 0.03 | 93.67 | 0.91 | 0.7 |
| Hex | AA | F8 | 6D | 1F | 0 | 38 | 3 | 5E | 5B | 46 |
| Octal | 252 | 370 | 155 | 37 | 0 | 70 | 3 | 136 | 133 | 106 |
| Binary | 10101010 | 11111000 | 1101101 | 11111 | 0 | 111000 | 11 | 1011110 | 1011011 | 1000110 |
Color Harmonies of #AAF86D
Complementary color
Monochromatic Colors of #AAF86D
Black with #AAF86D
Text Example
Text Example
White with #AAF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF86D; }
p { color: rgb(170,248,109); }
H1.HeaderClassName
{
color: #AAF86D;
}
.AnyTagClassName
{
color: #AAF86D;
}
</style>
background-color css
<style>
a { background-color: #AAF86D; }
a { background-color: rgb(170,248,109); }
div.DivClassName
{
background-color: #AAF86D;
}
.BgClassName
{
background-color: #AAF86D;
}
</style>
border-color css
<style>
span { border-color: #AAF86D; }
span { border-color: rgb(170,248,109); }
td.TdClassName
{
border-color: #AAF86D;
}
.TagClassName
{
border-color: #AAF86D;
}
</style>