Shades of Spring Bud #ACF300
Tints of Spring Bud #ACF300
RGB
CMYK
RGB Variations
Color information
#ACF300 (or 0xACF300) is known color: Spring Bud. HEX triplet: AC, F3 and 00. RGB value is (172,243,0). Sum of RGB (Red+Green+Blue) = 172+243+0=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 243 (95.31% from 255 or 58.55% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF300 is #530CFF. Grayscale: #C2C2C2. Windows color (decimal): -5442816 or 62380. OLE color: 62380.
HSL color Cylindrical-coordinate representation of color #ACF300: hue angle of 77.53º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF300 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.05 |
| HSL | 77.53º | 1% | 0.48% | - |
| HSV(B) | 77.53º | 1% | 0.95% | - |
| XYZ | 49.06 | 72.87 | 11.48 | - |
| YUV | 194.07 | 18.48 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 0 | 0.29 | 0 | 1 | 0.05 | 77.53 | 1 | 0.48 |
| Hex | AC | F3 | 0 | 1D | 0 | 64 | 5 | 4E | 64 | 30 |
| Octal | 254 | 363 | 0 | 35 | 0 | 144 | 5 | 116 | 144 | 60 |
| Binary | 10101100 | 11110011 | 0 | 11101 | 0 | 1100100 | 101 | 1001110 | 1100100 | 110000 |
Color Harmonies of #ACF300
Complementary color
Monochromatic Colors of #ACF300
Black with #ACF300
Text Example
Text Example
White with #ACF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF300; }
p { color: rgb(172,243,0); }
H1.HeaderClassName
{
color: #ACF300;
}
.AnyTagClassName
{
color: #ACF300;
}
</style>
background-color css
<style>
a { background-color: #ACF300; }
a { background-color: rgb(172,243,0); }
div.DivClassName
{
background-color: #ACF300;
}
.BgClassName
{
background-color: #ACF300;
}
</style>
border-color css
<style>
span { border-color: #ACF300; }
span { border-color: rgb(172,243,0); }
td.TdClassName
{
border-color: #ACF300;
}
.TagClassName
{
border-color: #ACF300;
}
</style>