Shades of Spring Bud #AAF30F
Tints of Spring Bud #AAF30F
RGB
CMYK
RGB Variations
Color information
#AAF30F (or 0xAAF30F) is known color: Spring Bud. HEX triplet: AA, F3 and 0F. RGB value is (170,243,15). Sum of RGB (Red+Green+Blue) = 170+243+15=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 243 (95.31% from 255 or 56.78% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF30F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF30F is #550CF0. Grayscale: #C4C4C4. Windows color (decimal): -5573873 or 1045418. OLE color: 1045418.
HSL color Cylindrical-coordinate representation of color #AAF30F: hue angle of 79.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAF30F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 15 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.05 |
| HSL | 79.21º | 0.9% | 0.51% | - |
| HSV(B) | 79.21º | 0.94% | 0.95% | - |
| XYZ | 48.71 | 72.68 | 11.91 | - |
| YUV | 195.18 | 26.32 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 15 | 0.30 | 0 | 0.94 | 0.05 | 79.21 | 0.9 | 0.51 |
| Hex | AA | F3 | F | 1E | 0 | 5E | 5 | 4F | 5A | 33 |
| Octal | 252 | 363 | 17 | 36 | 0 | 136 | 5 | 117 | 132 | 63 |
| Binary | 10101010 | 11110011 | 1111 | 11110 | 0 | 1011110 | 101 | 1001111 | 1011010 | 110011 |
Color Harmonies of #AAF30F
Complementary color
Monochromatic Colors of #AAF30F
Black with #AAF30F
Text Example
Text Example
White with #AAF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF30F; }
p { color: rgb(170,243,15); }
H1.HeaderClassName
{
color: #AAF30F;
}
.AnyTagClassName
{
color: #AAF30F;
}
</style>
background-color css
<style>
a { background-color: #AAF30F; }
a { background-color: rgb(170,243,15); }
div.DivClassName
{
background-color: #AAF30F;
}
.BgClassName
{
background-color: #AAF30F;
}
</style>
border-color css
<style>
span { border-color: #AAF30F; }
span { border-color: rgb(170,243,15); }
td.TdClassName
{
border-color: #AAF30F;
}
.TagClassName
{
border-color: #AAF30F;
}
</style>