Shades of Sulu #AAFE6E
Tints of Sulu #AAFE6E
RGB
CMYK
RGB Variations
Color information
#AAFE6E (or 0xAAFE6E) is known color: Sulu. HEX triplet: AA, FE and 6E. RGB value is (170,254,110). Sum of RGB (Red+Green+Blue) = 170+254+110=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE6E is #550191. Grayscale: #D4D4D4. Windows color (decimal): -5570962 or 7274154. OLE color: 7274154.
HSL color Cylindrical-coordinate representation of color #AAFE6E: hue angle of 95º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAFE6E is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 110 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.00 |
| HSL | 95º | 0.99% | 0.71% | - |
| HSV(B) | 95º | 0.57% | 1% | - |
| XYZ | 54.83 | 80.56 | 27.41 | - |
| YUV | 212.47 | 70.17 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 110 | 0.33 | 0 | 0.57 | 0.00 | 95 | 0.99 | 0.71 |
| Hex | AA | FE | 6E | 21 | 0 | 39 | 0 | 5F | 63 | 47 |
| Octal | 252 | 376 | 156 | 41 | 0 | 71 | 0 | 137 | 143 | 107 |
| Binary | 10101010 | 11111110 | 1101110 | 100001 | 0 | 111001 | 0 | 1011111 | 1100011 | 1000111 |
Color Harmonies of #AAFE6E
Complementary color
Monochromatic Colors of #AAFE6E
Black with #AAFE6E
Text Example
Text Example
White with #AAFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE6E; }
p { color: rgb(170,254,110); }
H1.HeaderClassName
{
color: #AAFE6E;
}
.AnyTagClassName
{
color: #AAFE6E;
}
</style>
background-color css
<style>
a { background-color: #AAFE6E; }
a { background-color: rgb(170,254,110); }
div.DivClassName
{
background-color: #AAFE6E;
}
.BgClassName
{
background-color: #AAFE6E;
}
</style>
border-color css
<style>
span { border-color: #AAFE6E; }
span { border-color: rgb(170,254,110); }
td.TdClassName
{
border-color: #AAFE6E;
}
.TagClassName
{
border-color: #AAFE6E;
}
</style>