Shades of Sulu #AAFE6B
Tints of Sulu #AAFE6B
RGB
CMYK
RGB Variations
Color information
#AAFE6B (or 0xAAFE6B) is known color: Sulu. HEX triplet: AA, FE and 6B. RGB value is (170,254,107). Sum of RGB (Red+Green+Blue) = 170+254+107=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE6B is #550194. Grayscale: #D4D4D4. Windows color (decimal): -5570965 or 7077546. OLE color: 7077546.
HSL color Cylindrical-coordinate representation of color #AAFE6B: hue angle of 94.29º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAFE6B is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 107 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.00 |
| HSL | 94.29º | 0.99% | 0.71% | - |
| HSV(B) | 94.29º | 0.58% | 1% | - |
| XYZ | 54.67 | 80.49 | 26.56 | - |
| YUV | 212.13 | 68.67 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 107 | 0.33 | 0 | 0.58 | 0.00 | 94.29 | 0.99 | 0.71 |
| Hex | AA | FE | 6B | 21 | 0 | 3A | 0 | 5E | 63 | 47 |
| Octal | 252 | 376 | 153 | 41 | 0 | 72 | 0 | 136 | 143 | 107 |
| Binary | 10101010 | 11111110 | 1101011 | 100001 | 0 | 111010 | 0 | 1011110 | 1100011 | 1000111 |
Color Harmonies of #AAFE6B
Complementary color
Monochromatic Colors of #AAFE6B
Black with #AAFE6B
Text Example
Text Example
White with #AAFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE6B; }
p { color: rgb(170,254,107); }
H1.HeaderClassName
{
color: #AAFE6B;
}
.AnyTagClassName
{
color: #AAFE6B;
}
</style>
background-color css
<style>
a { background-color: #AAFE6B; }
a { background-color: rgb(170,254,107); }
div.DivClassName
{
background-color: #AAFE6B;
}
.BgClassName
{
background-color: #AAFE6B;
}
</style>
border-color css
<style>
span { border-color: #AAFE6B; }
span { border-color: rgb(170,254,107); }
td.TdClassName
{
border-color: #AAFE6B;
}
.TagClassName
{
border-color: #AAFE6B;
}
</style>