Shades of Spring Bud #AAF805
Tints of Spring Bud #AAF805
RGB
CMYK
RGB Variations
Color information
#AAF805 (or 0xAAF805) is known color: Spring Bud. HEX triplet: AA, F8 and 05. RGB value is (170,248,5). Sum of RGB (Red+Green+Blue) = 170+248+5=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 248 (97.27% from 255 or 58.63% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF805 is #5507FA. Grayscale: #C5C5C5. Windows color (decimal): -5572603 or 391338. OLE color: 391338.
HSL color Cylindrical-coordinate representation of color #AAF805: hue angle of 79.26º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAF805 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 5 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.03 |
| HSL | 79.26º | 0.96% | 0.5% | - |
| HSV(B) | 79.26º | 0.98% | 0.97% | - |
| XYZ | 50.17 | 75.69 | 12.11 | - |
| YUV | 196.98 | 19.66 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 5 | 0.31 | 0 | 0.98 | 0.03 | 79.26 | 0.96 | 0.5 |
| Hex | AA | F8 | 5 | 1F | 0 | 62 | 3 | 4F | 60 | 32 |
| Octal | 252 | 370 | 5 | 37 | 0 | 142 | 3 | 117 | 140 | 62 |
| Binary | 10101010 | 11111000 | 101 | 11111 | 0 | 1100010 | 11 | 1001111 | 1100000 | 110010 |
Color Harmonies of #AAF805
Complementary color
Monochromatic Colors of #AAF805
Black with #AAF805
Text Example
Text Example
White with #AAF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF805; }
p { color: rgb(170,248,5); }
H1.HeaderClassName
{
color: #AAF805;
}
.AnyTagClassName
{
color: #AAF805;
}
</style>
background-color css
<style>
a { background-color: #AAF805; }
a { background-color: rgb(170,248,5); }
div.DivClassName
{
background-color: #AAF805;
}
.BgClassName
{
background-color: #AAF805;
}
</style>
border-color css
<style>
span { border-color: #AAF805; }
span { border-color: rgb(170,248,5); }
td.TdClassName
{
border-color: #AAF805;
}
.TagClassName
{
border-color: #AAF805;
}
</style>