Shades of Sulu #AAFC6E
Tints of Sulu #AAFC6E
RGB
CMYK
RGB Variations
Color information
#AAFC6E (or 0xAAFC6E) is known color: Sulu. HEX triplet: AA, FC and 6E. RGB value is (170,252,110). Sum of RGB (Red+Green+Blue) = 170+252+110=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC6E is #550391. Grayscale: #D3D3D3. Windows color (decimal): -5571474 or 7273642. OLE color: 7273642.
HSL color Cylindrical-coordinate representation of color #AAFC6E: hue angle of 94.65º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAFC6E is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 110 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.01 |
| HSL | 94.65º | 0.96% | 0.71% | - |
| HSV(B) | 94.65º | 0.56% | 0.99% | - |
| XYZ | 54.2 | 79.29 | 27.2 | - |
| YUV | 211.29 | 70.83 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 110 | 0.33 | 0 | 0.56 | 0.01 | 94.65 | 0.96 | 0.71 |
| Hex | AA | FC | 6E | 21 | 0 | 38 | 1 | 5F | 60 | 47 |
| Octal | 252 | 374 | 156 | 41 | 0 | 70 | 1 | 137 | 140 | 107 |
| Binary | 10101010 | 11111100 | 1101110 | 100001 | 0 | 111000 | 1 | 1011111 | 1100000 | 1000111 |
Color Harmonies of #AAFC6E
Complementary color
Monochromatic Colors of #AAFC6E
Black with #AAFC6E
Text Example
Text Example
White with #AAFC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC6E; }
p { color: rgb(170,252,110); }
H1.HeaderClassName
{
color: #AAFC6E;
}
.AnyTagClassName
{
color: #AAFC6E;
}
</style>
background-color css
<style>
a { background-color: #AAFC6E; }
a { background-color: rgb(170,252,110); }
div.DivClassName
{
background-color: #AAFC6E;
}
.BgClassName
{
background-color: #AAFC6E;
}
</style>
border-color css
<style>
span { border-color: #AAFC6E; }
span { border-color: rgb(170,252,110); }
td.TdClassName
{
border-color: #AAFC6E;
}
.TagClassName
{
border-color: #AAFC6E;
}
</style>