Shades of Sulu #AAFA6A
Tints of Sulu #AAFA6A
RGB
CMYK
RGB Variations
Color information
#AAFA6A (or 0xAAFA6A) is known color: Sulu. HEX triplet: AA, FA and 6A. RGB value is (170,250,106). Sum of RGB (Red+Green+Blue) = 170+250+106=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA6A is #550595. Grayscale: #D2D2D2. Windows color (decimal): -5571990 or 7010986. OLE color: 7010986.
HSL color Cylindrical-coordinate representation of color #AAFA6A: hue angle of 93.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAFA6A is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 106 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.02 |
| HSL | 93.33º | 0.94% | 0.7% | - |
| HSV(B) | 93.33º | 0.58% | 0.98% | - |
| XYZ | 53.36 | 77.96 | 25.87 | - |
| YUV | 209.66 | 69.5 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 106 | 0.32 | 0 | 0.58 | 0.02 | 93.33 | 0.94 | 0.7 |
| Hex | AA | FA | 6A | 20 | 0 | 3A | 2 | 5D | 5E | 46 |
| Octal | 252 | 372 | 152 | 40 | 0 | 72 | 2 | 135 | 136 | 106 |
| Binary | 10101010 | 11111010 | 1101010 | 100000 | 0 | 111010 | 10 | 1011101 | 1011110 | 1000110 |
Color Harmonies of #AAFA6A
Complementary color
Monochromatic Colors of #AAFA6A
Black with #AAFA6A
Text Example
Text Example
White with #AAFA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA6A; }
p { color: rgb(170,250,106); }
H1.HeaderClassName
{
color: #AAFA6A;
}
.AnyTagClassName
{
color: #AAFA6A;
}
</style>
background-color css
<style>
a { background-color: #AAFA6A; }
a { background-color: rgb(170,250,106); }
div.DivClassName
{
background-color: #AAFA6A;
}
.BgClassName
{
background-color: #AAFA6A;
}
</style>
border-color css
<style>
span { border-color: #AAFA6A; }
span { border-color: rgb(170,250,106); }
td.TdClassName
{
border-color: #AAFA6A;
}
.TagClassName
{
border-color: #AAFA6A;
}
</style>