Shades of Sulu #AAFF6E
Tints of Sulu #AAFF6E
RGB
CMYK
RGB Variations
Color information
#AAFF6E (or 0xAAFF6E) is known color: Sulu. HEX triplet: AA, FF and 6E. RGB value is (170,255,110). Sum of RGB (Red+Green+Blue) = 170+255+110=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF6E is #550091. Grayscale: #D5D5D5. Windows color (decimal): -5570706 or 7274410. OLE color: 7274410.
HSL color Cylindrical-coordinate representation of color #AAFF6E: hue angle of 95.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAFF6E is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 110 | - |
| CMYK | 0.33 | 0 | 0.57 | 0 |
| HSL | 95.17º | 1% | 0.72% | - |
| HSV(B) | 95.17º | 0.57% | 1% | - |
| XYZ | 55.15 | 81.19 | 27.52 | - |
| YUV | 213.06 | 69.84 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 110 | 0.33 | 0 | 0.57 | 0 | 95.17 | 1 | 0.72 |
| Hex | AA | FF | 6E | 21 | 0 | 39 | 0 | 5F | 64 | 48 |
| Octal | 252 | 377 | 156 | 41 | 0 | 71 | 0 | 137 | 144 | 110 |
| Binary | 10101010 | 11111111 | 1101110 | 100001 | 0 | 111001 | 0 | 1011111 | 1100100 | 1001000 |
Color Harmonies of #AAFF6E
Complementary color
Monochromatic Colors of #AAFF6E
Black with #AAFF6E
Text Example
Text Example
White with #AAFF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF6E; }
p { color: rgb(170,255,110); }
H1.HeaderClassName
{
color: #AAFF6E;
}
.AnyTagClassName
{
color: #AAFF6E;
}
</style>
background-color css
<style>
a { background-color: #AAFF6E; }
a { background-color: rgb(170,255,110); }
div.DivClassName
{
background-color: #AAFF6E;
}
.BgClassName
{
background-color: #AAFF6E;
}
</style>
border-color css
<style>
span { border-color: #AAFF6E; }
span { border-color: rgb(170,255,110); }
td.TdClassName
{
border-color: #AAFF6E;
}
.TagClassName
{
border-color: #AAFF6E;
}
</style>