Shades of Spring Bud #ACF80B
Tints of Spring Bud #ACF80B
RGB
CMYK
RGB Variations
Color information
#ACF80B (or 0xACF80B) is known color: Spring Bud. HEX triplet: AC, F8 and 0B. RGB value is (172,248,11). Sum of RGB (Red+Green+Blue) = 172+248+11=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 248 (97.27% from 255 or 57.54% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF80B is #5307F4. Grayscale: #C7C7C7. Windows color (decimal): -5441525 or 784556. OLE color: 784556.
HSL color Cylindrical-coordinate representation of color #ACF80B: hue angle of 79.24º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACF80B is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 11 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.03 |
| HSL | 79.24º | 0.94% | 0.51% | - |
| HSV(B) | 79.24º | 0.96% | 0.97% | - |
| XYZ | 50.64 | 75.93 | 12.3 | - |
| YUV | 198.26 | 22.32 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 11 | 0.31 | 0 | 0.96 | 0.03 | 79.24 | 0.94 | 0.51 |
| Hex | AC | F8 | B | 1F | 0 | 60 | 3 | 4F | 5E | 33 |
| Octal | 254 | 370 | 13 | 37 | 0 | 140 | 3 | 117 | 136 | 63 |
| Binary | 10101100 | 11111000 | 1011 | 11111 | 0 | 1100000 | 11 | 1001111 | 1011110 | 110011 |
Color Harmonies of #ACF80B
Complementary color
Monochromatic Colors of #ACF80B
Black with #ACF80B
Text Example
Text Example
White with #ACF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF80B; }
p { color: rgb(172,248,11); }
H1.HeaderClassName
{
color: #ACF80B;
}
.AnyTagClassName
{
color: #ACF80B;
}
</style>
background-color css
<style>
a { background-color: #ACF80B; }
a { background-color: rgb(172,248,11); }
div.DivClassName
{
background-color: #ACF80B;
}
.BgClassName
{
background-color: #ACF80B;
}
</style>
border-color css
<style>
span { border-color: #ACF80B; }
span { border-color: rgb(172,248,11); }
td.TdClassName
{
border-color: #ACF80B;
}
.TagClassName
{
border-color: #ACF80B;
}
</style>