Shades of Spring Bud #ACF812
Tints of Spring Bud #ACF812
RGB
CMYK
RGB Variations
Color information
#ACF812 (or 0xACF812) is known color: Spring Bud. HEX triplet: AC, F8 and 12. RGB value is (172,248,18). Sum of RGB (Red+Green+Blue) = 172+248+18=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF812 is #5307ED. Grayscale: #C7C7C7. Windows color (decimal): -5441518 or 1243308. OLE color: 1243308.
HSL color Cylindrical-coordinate representation of color #ACF812: hue angle of 79.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACF812 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 18 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.03 |
| HSL | 79.83º | 0.94% | 0.52% | - |
| HSV(B) | 79.83º | 0.93% | 0.97% | - |
| XYZ | 50.69 | 75.95 | 12.56 | - |
| YUV | 199.06 | 25.82 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 18 | 0.31 | 0 | 0.93 | 0.03 | 79.83 | 0.94 | 0.52 |
| Hex | AC | F8 | 12 | 1F | 0 | 5D | 3 | 50 | 5E | 34 |
| Octal | 254 | 370 | 22 | 37 | 0 | 135 | 3 | 120 | 136 | 64 |
| Binary | 10101100 | 11111000 | 10010 | 11111 | 0 | 1011101 | 11 | 1010000 | 1011110 | 110100 |
Color Harmonies of #ACF812
Complementary color
Monochromatic Colors of #ACF812
Black with #ACF812
Text Example
Text Example
White with #ACF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF812; }
p { color: rgb(172,248,18); }
H1.HeaderClassName
{
color: #ACF812;
}
.AnyTagClassName
{
color: #ACF812;
}
</style>
background-color css
<style>
a { background-color: #ACF812; }
a { background-color: rgb(172,248,18); }
div.DivClassName
{
background-color: #ACF812;
}
.BgClassName
{
background-color: #ACF812;
}
</style>
border-color css
<style>
span { border-color: #ACF812; }
span { border-color: rgb(172,248,18); }
td.TdClassName
{
border-color: #ACF812;
}
.TagClassName
{
border-color: #ACF812;
}
</style>