Shades of Spring Bud #ACF303
Tints of Spring Bud #ACF303
RGB
CMYK
RGB Variations
Color information
#ACF303 (or 0xACF303) is known color: Spring Bud. HEX triplet: AC, F3 and 03. RGB value is (172,243,3). Sum of RGB (Red+Green+Blue) = 172+243+3=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF303 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF303 is #530CFC. Grayscale: #C3C3C3. Windows color (decimal): -5442813 or 258988. OLE color: 258988.
HSL color Cylindrical-coordinate representation of color #ACF303: hue angle of 77.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACF303 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.05 |
| HSL | 77.75º | 0.98% | 0.48% | - |
| HSV(B) | 77.75º | 0.99% | 0.95% | - |
| XYZ | 49.08 | 72.88 | 11.57 | - |
| YUV | 194.41 | 19.98 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 3 | 0.29 | 0 | 0.99 | 0.05 | 77.75 | 0.98 | 0.48 |
| Hex | AC | F3 | 3 | 1D | 0 | 63 | 5 | 4E | 62 | 30 |
| Octal | 254 | 363 | 3 | 35 | 0 | 143 | 5 | 116 | 142 | 60 |
| Binary | 10101100 | 11110011 | 11 | 11101 | 0 | 1100011 | 101 | 1001110 | 1100010 | 110000 |
Color Harmonies of #ACF303
Complementary color
Monochromatic Colors of #ACF303
Black with #ACF303
Text Example
Text Example
White with #ACF303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF303; }
p { color: rgb(172,243,3); }
H1.HeaderClassName
{
color: #ACF303;
}
.AnyTagClassName
{
color: #ACF303;
}
</style>
background-color css
<style>
a { background-color: #ACF303; }
a { background-color: rgb(172,243,3); }
div.DivClassName
{
background-color: #ACF303;
}
.BgClassName
{
background-color: #ACF303;
}
</style>
border-color css
<style>
span { border-color: #ACF303; }
span { border-color: rgb(172,243,3); }
td.TdClassName
{
border-color: #ACF303;
}
.TagClassName
{
border-color: #ACF303;
}
</style>