Shades of Sulu #AAFD6B
Tints of Sulu #AAFD6B
RGB
CMYK
RGB Variations
Color information
#AAFD6B (or 0xAAFD6B) is known color: Sulu. HEX triplet: AA, FD and 6B. RGB value is (170,253,107). Sum of RGB (Red+Green+Blue) = 170+253+107=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD6B is #550294. Grayscale: #D4D4D4. Windows color (decimal): -5571221 or 7077290. OLE color: 7077290.
HSL color Cylindrical-coordinate representation of color #AAFD6B: hue angle of 94.11º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAFD6B is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 107 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.01 |
| HSL | 94.11º | 0.97% | 0.71% | - |
| HSV(B) | 94.11º | 0.58% | 0.99% | - |
| XYZ | 54.36 | 79.86 | 26.46 | - |
| YUV | 211.54 | 69 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 107 | 0.33 | 0 | 0.58 | 0.01 | 94.11 | 0.97 | 0.71 |
| Hex | AA | FD | 6B | 21 | 0 | 3A | 1 | 5E | 61 | 47 |
| Octal | 252 | 375 | 153 | 41 | 0 | 72 | 1 | 136 | 141 | 107 |
| Binary | 10101010 | 11111101 | 1101011 | 100001 | 0 | 111010 | 1 | 1011110 | 1100001 | 1000111 |
Color Harmonies of #AAFD6B
Complementary color
Monochromatic Colors of #AAFD6B
Black with #AAFD6B
Text Example
Text Example
White with #AAFD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD6B; }
p { color: rgb(170,253,107); }
H1.HeaderClassName
{
color: #AAFD6B;
}
.AnyTagClassName
{
color: #AAFD6B;
}
</style>
background-color css
<style>
a { background-color: #AAFD6B; }
a { background-color: rgb(170,253,107); }
div.DivClassName
{
background-color: #AAFD6B;
}
.BgClassName
{
background-color: #AAFD6B;
}
</style>
border-color css
<style>
span { border-color: #AAFD6B; }
span { border-color: rgb(170,253,107); }
td.TdClassName
{
border-color: #AAFD6B;
}
.TagClassName
{
border-color: #AAFD6B;
}
</style>