Shades of Spring Bud #AAF812
Tints of Spring Bud #AAF812
RGB
CMYK
RGB Variations
Color information
#AAF812 (or 0xAAF812) is known color: Spring Bud. HEX triplet: AA, F8 and 12. RGB value is (170,248,18). Sum of RGB (Red+Green+Blue) = 170+248+18=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF812 is #5507ED. Grayscale: #C7C7C7. Windows color (decimal): -5572590 or 1243306. OLE color: 1243306.
HSL color Cylindrical-coordinate representation of color #AAF812: hue angle of 80.35º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF812 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 18 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.03 |
| HSL | 80.35º | 0.94% | 0.52% | - |
| HSV(B) | 80.35º | 0.93% | 0.97% | - |
| XYZ | 50.25 | 75.72 | 12.54 | - |
| YUV | 198.46 | 26.16 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 18 | 0.31 | 0 | 0.93 | 0.03 | 80.35 | 0.94 | 0.52 |
| Hex | AA | F8 | 12 | 1F | 0 | 5D | 3 | 50 | 5E | 34 |
| Octal | 252 | 370 | 22 | 37 | 0 | 135 | 3 | 120 | 136 | 64 |
| Binary | 10101010 | 11111000 | 10010 | 11111 | 0 | 1011101 | 11 | 1010000 | 1011110 | 110100 |
Color Harmonies of #AAF812
Complementary color
Monochromatic Colors of #AAF812
Black with #AAF812
Text Example
Text Example
White with #AAF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF812; }
p { color: rgb(170,248,18); }
H1.HeaderClassName
{
color: #AAF812;
}
.AnyTagClassName
{
color: #AAF812;
}
</style>
background-color css
<style>
a { background-color: #AAF812; }
a { background-color: rgb(170,248,18); }
div.DivClassName
{
background-color: #AAF812;
}
.BgClassName
{
background-color: #AAF812;
}
</style>
border-color css
<style>
span { border-color: #AAF812; }
span { border-color: rgb(170,248,18); }
td.TdClassName
{
border-color: #AAF812;
}
.TagClassName
{
border-color: #AAF812;
}
</style>