Shades of Spring Bud #ACF10B
Tints of Spring Bud #ACF10B
RGB
CMYK
RGB Variations
Color information
#ACF10B (or 0xACF10B) is known color: Spring Bud. HEX triplet: AC, F1 and 0B. RGB value is (172,241,11). Sum of RGB (Red+Green+Blue) = 172+241+11=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF10B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF10B is #530EF4. Grayscale: #C3C3C3. Windows color (decimal): -5443317 or 782764. OLE color: 782764.
HSL color Cylindrical-coordinate representation of color #ACF10B: hue angle of 78º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF10B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 11 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.05 |
| HSL | 78º | 0.91% | 0.49% | - |
| HSV(B) | 78º | 0.95% | 0.95% | - |
| XYZ | 48.53 | 71.71 | 11.6 | - |
| YUV | 194.15 | 24.64 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 11 | 0.29 | 0 | 0.95 | 0.05 | 78 | 0.91 | 0.49 |
| Hex | AC | F1 | B | 1D | 0 | 5F | 5 | 4E | 5B | 31 |
| Octal | 254 | 361 | 13 | 35 | 0 | 137 | 5 | 116 | 133 | 61 |
| Binary | 10101100 | 11110001 | 1011 | 11101 | 0 | 1011111 | 101 | 1001110 | 1011011 | 110001 |
Color Harmonies of #ACF10B
Complementary color
Monochromatic Colors of #ACF10B
Black with #ACF10B
Text Example
Text Example
White with #ACF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF10B; }
p { color: rgb(172,241,11); }
H1.HeaderClassName
{
color: #ACF10B;
}
.AnyTagClassName
{
color: #ACF10B;
}
</style>
background-color css
<style>
a { background-color: #ACF10B; }
a { background-color: rgb(172,241,11); }
div.DivClassName
{
background-color: #ACF10B;
}
.BgClassName
{
background-color: #ACF10B;
}
</style>
border-color css
<style>
span { border-color: #ACF10B; }
span { border-color: rgb(172,241,11); }
td.TdClassName
{
border-color: #ACF10B;
}
.TagClassName
{
border-color: #ACF10B;
}
</style>