Shades of Spring Bud #A8F30F
Tints of Spring Bud #A8F30F
RGB
CMYK
RGB Variations
Color information
#A8F30F (or 0xA8F30F) is known color: Spring Bud. HEX triplet: A8, F3 and 0F. RGB value is (168,243,15). Sum of RGB (Red+Green+Blue) = 168+243+15=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 243 (95.31% from 255 or 57.04% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F30F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F30F is #570CF0. Grayscale: #C3C3C3. Windows color (decimal): -5704945 or 1045416. OLE color: 1045416.
HSL color Cylindrical-coordinate representation of color #A8F30F: hue angle of 79.74º 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 #A8F30F is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 15 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.05 |
| HSL | 79.74º | 0.9% | 0.51% | - |
| HSV(B) | 79.74º | 0.94% | 0.95% | - |
| XYZ | 48.29 | 72.46 | 11.89 | - |
| YUV | 194.58 | 26.65 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 15 | 0.31 | 0 | 0.94 | 0.05 | 79.74 | 0.9 | 0.51 |
| Hex | A8 | F3 | F | 1F | 0 | 5E | 5 | 50 | 5A | 33 |
| Octal | 250 | 363 | 17 | 37 | 0 | 136 | 5 | 120 | 132 | 63 |
| Binary | 10101000 | 11110011 | 1111 | 11111 | 0 | 1011110 | 101 | 1010000 | 1011010 | 110011 |
Color Harmonies of #A8F30F
Complementary color
Monochromatic Colors of #A8F30F
Black with #A8F30F
Text Example
Text Example
White with #A8F30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F30F; }
p { color: rgb(168,243,15); }
H1.HeaderClassName
{
color: #A8F30F;
}
.AnyTagClassName
{
color: #A8F30F;
}
</style>
background-color css
<style>
a { background-color: #A8F30F; }
a { background-color: rgb(168,243,15); }
div.DivClassName
{
background-color: #A8F30F;
}
.BgClassName
{
background-color: #A8F30F;
}
</style>
border-color css
<style>
span { border-color: #A8F30F; }
span { border-color: rgb(168,243,15); }
td.TdClassName
{
border-color: #A8F30F;
}
.TagClassName
{
border-color: #A8F30F;
}
</style>