Shades of Spring Bud #A8F40D
Tints of Spring Bud #A8F40D
RGB
CMYK
RGB Variations
Color information
#A8F40D (or 0xA8F40D) is known color: Spring Bud. HEX triplet: A8, F4 and 0D. RGB value is (168,244,13). Sum of RGB (Red+Green+Blue) = 168+244+13=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 244 (95.70% from 255 or 57.41% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F40D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F40D is #570BF2. Grayscale: #C3C3C3. Windows color (decimal): -5704691 or 914600. OLE color: 914600.
HSL color Cylindrical-coordinate representation of color #A8F40D: hue angle of 79.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8F40D is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 13 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.04 |
| HSL | 79.74º | 0.91% | 0.5% | - |
| HSV(B) | 79.74º | 0.95% | 0.96% | - |
| XYZ | 48.57 | 73.06 | 11.92 | - |
| YUV | 194.94 | 25.32 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 13 | 0.31 | 0 | 0.95 | 0.04 | 79.74 | 0.91 | 0.5 |
| Hex | A8 | F4 | D | 1F | 0 | 5F | 4 | 50 | 5B | 32 |
| Octal | 250 | 364 | 15 | 37 | 0 | 137 | 4 | 120 | 133 | 62 |
| Binary | 10101000 | 11110100 | 1101 | 11111 | 0 | 1011111 | 100 | 1010000 | 1011011 | 110010 |
Color Harmonies of #A8F40D
Complementary color
Monochromatic Colors of #A8F40D
Black with #A8F40D
Text Example
Text Example
White with #A8F40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F40D; }
p { color: rgb(168,244,13); }
H1.HeaderClassName
{
color: #A8F40D;
}
.AnyTagClassName
{
color: #A8F40D;
}
</style>
background-color css
<style>
a { background-color: #A8F40D; }
a { background-color: rgb(168,244,13); }
div.DivClassName
{
background-color: #A8F40D;
}
.BgClassName
{
background-color: #A8F40D;
}
</style>
border-color css
<style>
span { border-color: #A8F40D; }
span { border-color: rgb(168,244,13); }
td.TdClassName
{
border-color: #A8F40D;
}
.TagClassName
{
border-color: #A8F40D;
}
</style>