Shades of Sulu #AAFC71
Tints of Sulu #AAFC71
RGB
CMYK
RGB Variations
Color information
#AAFC71 (or 0xAAFC71) is known color: Sulu. HEX triplet: AA, FC and 71. RGB value is (170,252,113). Sum of RGB (Red+Green+Blue) = 170+252+113=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC71 is #55038E. Grayscale: #D4D4D4. Windows color (decimal): -5571471 or 7470250. OLE color: 7470250.
HSL color Cylindrical-coordinate representation of color #AAFC71: hue angle of 95.4º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAFC71 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 113 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.01 |
| HSL | 95.4º | 0.96% | 0.72% | - |
| HSV(B) | 95.4º | 0.55% | 0.99% | - |
| XYZ | 54.37 | 79.36 | 28.08 | - |
| YUV | 211.64 | 72.33 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 113 | 0.33 | 0 | 0.55 | 0.01 | 95.4 | 0.96 | 0.72 |
| Hex | AA | FC | 71 | 21 | 0 | 37 | 1 | 5F | 60 | 48 |
| Octal | 252 | 374 | 161 | 41 | 0 | 67 | 1 | 137 | 140 | 110 |
| Binary | 10101010 | 11111100 | 1110001 | 100001 | 0 | 110111 | 1 | 1011111 | 1100000 | 1001000 |
Color Harmonies of #AAFC71
Complementary color
Monochromatic Colors of #AAFC71
Black with #AAFC71
Text Example
Text Example
White with #AAFC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC71; }
p { color: rgb(170,252,113); }
H1.HeaderClassName
{
color: #AAFC71;
}
.AnyTagClassName
{
color: #AAFC71;
}
</style>
background-color css
<style>
a { background-color: #AAFC71; }
a { background-color: rgb(170,252,113); }
div.DivClassName
{
background-color: #AAFC71;
}
.BgClassName
{
background-color: #AAFC71;
}
</style>
border-color css
<style>
span { border-color: #AAFC71; }
span { border-color: rgb(170,252,113); }
td.TdClassName
{
border-color: #AAFC71;
}
.TagClassName
{
border-color: #AAFC71;
}
</style>