Shades of Sulu #AAFF6B
Tints of Sulu #AAFF6B
RGB
CMYK
RGB Variations
Color information
#AAFF6B (or 0xAAFF6B) is known color: Sulu. HEX triplet: AA, FF and 6B. RGB value is (170,255,107). Sum of RGB (Red+Green+Blue) = 170+255+107=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF6B is #550094. Grayscale: #D5D5D5. Windows color (decimal): -5570709 or 7077802. OLE color: 7077802.
HSL color Cylindrical-coordinate representation of color #AAFF6B: hue angle of 94.46º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAFF6B is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 107 | - |
| CMYK | 0.33 | 0 | 0.58 | 0 |
| HSL | 94.46º | 1% | 0.71% | - |
| HSV(B) | 94.46º | 0.58% | 1% | - |
| XYZ | 54.99 | 81.13 | 26.67 | - |
| YUV | 212.71 | 68.34 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 107 | 0.33 | 0 | 0.58 | 0 | 94.46 | 1 | 0.71 |
| Hex | AA | FF | 6B | 21 | 0 | 3A | 0 | 5E | 64 | 47 |
| Octal | 252 | 377 | 153 | 41 | 0 | 72 | 0 | 136 | 144 | 107 |
| Binary | 10101010 | 11111111 | 1101011 | 100001 | 0 | 111010 | 0 | 1011110 | 1100100 | 1000111 |
Color Harmonies of #AAFF6B
Complementary color
Monochromatic Colors of #AAFF6B
Black with #AAFF6B
Text Example
Text Example
White with #AAFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF6B; }
p { color: rgb(170,255,107); }
H1.HeaderClassName
{
color: #AAFF6B;
}
.AnyTagClassName
{
color: #AAFF6B;
}
</style>
background-color css
<style>
a { background-color: #AAFF6B; }
a { background-color: rgb(170,255,107); }
div.DivClassName
{
background-color: #AAFF6B;
}
.BgClassName
{
background-color: #AAFF6B;
}
</style>
border-color css
<style>
span { border-color: #AAFF6B; }
span { border-color: rgb(170,255,107); }
td.TdClassName
{
border-color: #AAFF6B;
}
.TagClassName
{
border-color: #AAFF6B;
}
</style>