Shades of Spring Bud #ACF803
Tints of Spring Bud #ACF803
RGB
CMYK
RGB Variations
Color information
#ACF803 (or 0xACF803) is known color: Spring Bud. HEX triplet: AC, F8 and 03. RGB value is (172,248,3). Sum of RGB (Red+Green+Blue) = 172+248+3=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 248 (97.27% from 255 or 58.63% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF803 is #5307FC. Grayscale: #C6C6C6. Windows color (decimal): -5441533 or 260268. OLE color: 260268.
HSL color Cylindrical-coordinate representation of color #ACF803: hue angle of 78.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACF803 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 3 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.03 |
| HSL | 78.61º | 0.98% | 0.49% | - |
| HSV(B) | 78.61º | 0.99% | 0.97% | - |
| XYZ | 50.6 | 75.91 | 12.07 | - |
| YUV | 197.35 | 18.32 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 3 | 0.31 | 0 | 0.99 | 0.03 | 78.61 | 0.98 | 0.49 |
| Hex | AC | F8 | 3 | 1F | 0 | 63 | 3 | 4F | 62 | 31 |
| Octal | 254 | 370 | 3 | 37 | 0 | 143 | 3 | 117 | 142 | 61 |
| Binary | 10101100 | 11111000 | 11 | 11111 | 0 | 1100011 | 11 | 1001111 | 1100010 | 110001 |
Color Harmonies of #ACF803
Complementary color
Monochromatic Colors of #ACF803
Black with #ACF803
Text Example
Text Example
White with #ACF803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF803; }
p { color: rgb(172,248,3); }
H1.HeaderClassName
{
color: #ACF803;
}
.AnyTagClassName
{
color: #ACF803;
}
</style>
background-color css
<style>
a { background-color: #ACF803; }
a { background-color: rgb(172,248,3); }
div.DivClassName
{
background-color: #ACF803;
}
.BgClassName
{
background-color: #ACF803;
}
</style>
border-color css
<style>
span { border-color: #ACF803; }
span { border-color: rgb(172,248,3); }
td.TdClassName
{
border-color: #ACF803;
}
.TagClassName
{
border-color: #ACF803;
}
</style>