Shades of Spring Bud #ACF30C
Tints of Spring Bud #ACF30C
RGB
CMYK
RGB Variations
Color information
#ACF30C (or 0xACF30C) is known color: Spring Bud. HEX triplet: AC, F3 and 0C. RGB value is (172,243,12). Sum of RGB (Red+Green+Blue) = 172+243+12=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF30C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF30C is #530CF3. Grayscale: #C4C4C4. Windows color (decimal): -5442804 or 848812. OLE color: 848812.
HSL color Cylindrical-coordinate representation of color #ACF30C: hue angle of 78.44º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF30C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.05 |
| HSL | 78.44º | 0.91% | 0.5% | - |
| HSV(B) | 78.44º | 0.95% | 0.95% | - |
| XYZ | 49.13 | 72.9 | 11.83 | - |
| YUV | 195.44 | 24.48 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 12 | 0.29 | 0 | 0.95 | 0.05 | 78.44 | 0.91 | 0.5 |
| Hex | AC | F3 | C | 1D | 0 | 5F | 5 | 4E | 5B | 32 |
| Octal | 254 | 363 | 14 | 35 | 0 | 137 | 5 | 116 | 133 | 62 |
| Binary | 10101100 | 11110011 | 1100 | 11101 | 0 | 1011111 | 101 | 1001110 | 1011011 | 110010 |
Color Harmonies of #ACF30C
Complementary color
Monochromatic Colors of #ACF30C
Black with #ACF30C
Text Example
Text Example
White with #ACF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF30C; }
p { color: rgb(172,243,12); }
H1.HeaderClassName
{
color: #ACF30C;
}
.AnyTagClassName
{
color: #ACF30C;
}
</style>
background-color css
<style>
a { background-color: #ACF30C; }
a { background-color: rgb(172,243,12); }
div.DivClassName
{
background-color: #ACF30C;
}
.BgClassName
{
background-color: #ACF30C;
}
</style>
border-color css
<style>
span { border-color: #ACF30C; }
span { border-color: rgb(172,243,12); }
td.TdClassName
{
border-color: #ACF30C;
}
.TagClassName
{
border-color: #ACF30C;
}
</style>