Shades of Spring Bud #AAF30B
Tints of Spring Bud #AAF30B
RGB
CMYK
RGB Variations
Color information
#AAF30B (or 0xAAF30B) is known color: Spring Bud. HEX triplet: AA, F3 and 0B. RGB value is (170,243,11). Sum of RGB (Red+Green+Blue) = 170+243+11=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 243 (95.31% from 255 or 57.31% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF30B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF30B is #550CF4. Grayscale: #C3C3C3. Windows color (decimal): -5573877 or 783274. OLE color: 783274.
HSL color Cylindrical-coordinate representation of color #AAF30B: hue angle of 78.88º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAF30B is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 11 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.05 |
| HSL | 78.88º | 0.91% | 0.5% | - |
| HSV(B) | 78.88º | 0.95% | 0.95% | - |
| XYZ | 48.69 | 72.67 | 11.78 | - |
| YUV | 194.73 | 24.32 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 11 | 0.30 | 0 | 0.95 | 0.05 | 78.88 | 0.91 | 0.5 |
| Hex | AA | F3 | B | 1E | 0 | 5F | 5 | 4F | 5B | 32 |
| Octal | 252 | 363 | 13 | 36 | 0 | 137 | 5 | 117 | 133 | 62 |
| Binary | 10101010 | 11110011 | 1011 | 11110 | 0 | 1011111 | 101 | 1001111 | 1011011 | 110010 |
Color Harmonies of #AAF30B
Complementary color
Monochromatic Colors of #AAF30B
Black with #AAF30B
Text Example
Text Example
White with #AAF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF30B; }
p { color: rgb(170,243,11); }
H1.HeaderClassName
{
color: #AAF30B;
}
.AnyTagClassName
{
color: #AAF30B;
}
</style>
background-color css
<style>
a { background-color: #AAF30B; }
a { background-color: rgb(170,243,11); }
div.DivClassName
{
background-color: #AAF30B;
}
.BgClassName
{
background-color: #AAF30B;
}
</style>
border-color css
<style>
span { border-color: #AAF30B; }
span { border-color: rgb(170,243,11); }
td.TdClassName
{
border-color: #AAF30B;
}
.TagClassName
{
border-color: #AAF30B;
}
</style>