Shades of Spring Bud #ACF910
Tints of Spring Bud #ACF910
RGB
CMYK
RGB Variations
Color information
#ACF910 (or 0xACF910) is known color: Spring Bud. HEX triplet: AC, F9 and 10. RGB value is (172,249,16). Sum of RGB (Red+Green+Blue) = 172+249+16=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF910 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF910 is #5306EF. Grayscale: #C8C8C8. Windows color (decimal): -5441264 or 1112492. OLE color: 1112492.
HSL color Cylindrical-coordinate representation of color #ACF910: hue angle of 79.83º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACF910 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 16 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.02 |
| HSL | 79.83º | 0.95% | 0.52% | - |
| HSV(B) | 79.83º | 0.94% | 0.98% | - |
| XYZ | 50.98 | 76.56 | 12.58 | - |
| YUV | 199.42 | 24.49 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 16 | 0.31 | 0 | 0.94 | 0.02 | 79.83 | 0.95 | 0.52 |
| Hex | AC | F9 | 10 | 1F | 0 | 5E | 2 | 50 | 5F | 34 |
| Octal | 254 | 371 | 20 | 37 | 0 | 136 | 2 | 120 | 137 | 64 |
| Binary | 10101100 | 11111001 | 10000 | 11111 | 0 | 1011110 | 10 | 1010000 | 1011111 | 110100 |
Color Harmonies of #ACF910
Complementary color
Monochromatic Colors of #ACF910
Black with #ACF910
Text Example
Text Example
White with #ACF910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF910; }
p { color: rgb(172,249,16); }
H1.HeaderClassName
{
color: #ACF910;
}
.AnyTagClassName
{
color: #ACF910;
}
</style>
background-color css
<style>
a { background-color: #ACF910; }
a { background-color: rgb(172,249,16); }
div.DivClassName
{
background-color: #ACF910;
}
.BgClassName
{
background-color: #ACF910;
}
</style>
border-color css
<style>
span { border-color: #ACF910; }
span { border-color: rgb(172,249,16); }
td.TdClassName
{
border-color: #ACF910;
}
.TagClassName
{
border-color: #ACF910;
}
</style>