Shades of Spring Bud #A8FF15
Tints of Spring Bud #A8FF15
RGB
CMYK
RGB Variations
Color information
#A8FF15 (or 0xA8FF15) is known color: Spring Bud. HEX triplet: A8, FF and 15. RGB value is (168,255,21). Sum of RGB (Red+Green+Blue) = 168+255+21=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FF15 is #5700EA. Grayscale: #CBCBCB. Windows color (decimal): -5701867 or 1441704. OLE color: 1441704.
HSL color Cylindrical-coordinate representation of color #A8FF15: hue angle of 82.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8FF15 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 21 | - |
| CMYK | 0.34 | 0 | 0.92 | 0 |
| HSL | 82.31º | 1% | 0.54% | - |
| HSV(B) | 82.31º | 0.92% | 1% | - |
| XYZ | 52.04 | 79.9 | 13.39 | - |
| YUV | 202.31 | 25.68 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 21 | 0.34 | 0 | 0.92 | 0 | 82.31 | 1 | 0.54 |
| Hex | A8 | FF | 15 | 22 | 0 | 5C | 0 | 52 | 64 | 36 |
| Octal | 250 | 377 | 25 | 42 | 0 | 134 | 0 | 122 | 144 | 66 |
| Binary | 10101000 | 11111111 | 10101 | 100010 | 0 | 1011100 | 0 | 1010010 | 1100100 | 110110 |
Color Harmonies of #A8FF15
Complementary color
Monochromatic Colors of #A8FF15
Black with #A8FF15
Text Example
Text Example
White with #A8FF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF15; }
p { color: rgb(168,255,21); }
H1.HeaderClassName
{
color: #A8FF15;
}
.AnyTagClassName
{
color: #A8FF15;
}
</style>
background-color css
<style>
a { background-color: #A8FF15; }
a { background-color: rgb(168,255,21); }
div.DivClassName
{
background-color: #A8FF15;
}
.BgClassName
{
background-color: #A8FF15;
}
</style>
border-color css
<style>
span { border-color: #A8FF15; }
span { border-color: rgb(168,255,21); }
td.TdClassName
{
border-color: #A8FF15;
}
.TagClassName
{
border-color: #A8FF15;
}
</style>