Shades of Sulu #AAFD6A
Tints of Sulu #AAFD6A
RGB
CMYK
RGB Variations
Color information
#AAFD6A (or 0xAAFD6A) is known color: Sulu. HEX triplet: AA, FD and 6A. RGB value is (170,253,106). Sum of RGB (Red+Green+Blue) = 170+253+106=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD6A is #550295. Grayscale: #D3D3D3. Windows color (decimal): -5571222 or 7011754. OLE color: 7011754.
HSL color Cylindrical-coordinate representation of color #AAFD6A: hue angle of 93.88º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAFD6A is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 106 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.01 |
| HSL | 93.88º | 0.97% | 0.7% | - |
| HSV(B) | 93.88º | 0.58% | 0.99% | - |
| XYZ | 54.3 | 79.84 | 26.18 | - |
| YUV | 211.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 106 | 0.33 | 0 | 0.58 | 0.01 | 93.88 | 0.97 | 0.7 |
| Hex | AA | FD | 6A | 21 | 0 | 3A | 1 | 5E | 61 | 46 |
| Octal | 252 | 375 | 152 | 41 | 0 | 72 | 1 | 136 | 141 | 106 |
| Binary | 10101010 | 11111101 | 1101010 | 100001 | 0 | 111010 | 1 | 1011110 | 1100001 | 1000110 |
Color Harmonies of #AAFD6A
Complementary color
Monochromatic Colors of #AAFD6A
Black with #AAFD6A
Text Example
Text Example
White with #AAFD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD6A; }
p { color: rgb(170,253,106); }
H1.HeaderClassName
{
color: #AAFD6A;
}
.AnyTagClassName
{
color: #AAFD6A;
}
</style>
background-color css
<style>
a { background-color: #AAFD6A; }
a { background-color: rgb(170,253,106); }
div.DivClassName
{
background-color: #AAFD6A;
}
.BgClassName
{
background-color: #AAFD6A;
}
</style>
border-color css
<style>
span { border-color: #AAFD6A; }
span { border-color: rgb(170,253,106); }
td.TdClassName
{
border-color: #AAFD6A;
}
.TagClassName
{
border-color: #AAFD6A;
}
</style>