Shades of Spring Bud #ACF30B
Tints of Spring Bud #ACF30B
RGB
CMYK
RGB Variations
Color information
#ACF30B (or 0xACF30B) is known color: Spring Bud. HEX triplet: AC, F3 and 0B. RGB value is (172,243,11). Sum of RGB (Red+Green+Blue) = 172+243+11=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 243 (95.31% from 255 or 57.04% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF30B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF30B is #530CF4. Grayscale: #C4C4C4. Windows color (decimal): -5442805 or 783276. OLE color: 783276.
HSL color Cylindrical-coordinate representation of color #ACF30B: hue angle of 78.36º 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 #ACF30B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 11 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.05 |
| HSL | 78.36º | 0.91% | 0.5% | - |
| HSV(B) | 78.36º | 0.95% | 0.95% | - |
| XYZ | 49.12 | 72.9 | 11.8 | - |
| YUV | 195.32 | 23.98 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 11 | 0.29 | 0 | 0.95 | 0.05 | 78.36 | 0.91 | 0.5 |
| Hex | AC | F3 | B | 1D | 0 | 5F | 5 | 4E | 5B | 32 |
| Octal | 254 | 363 | 13 | 35 | 0 | 137 | 5 | 116 | 133 | 62 |
| Binary | 10101100 | 11110011 | 1011 | 11101 | 0 | 1011111 | 101 | 1001110 | 1011011 | 110010 |
Color Harmonies of #ACF30B
Complementary color
Monochromatic Colors of #ACF30B
Black with #ACF30B
Text Example
Text Example
White with #ACF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF30B; }
p { color: rgb(172,243,11); }
H1.HeaderClassName
{
color: #ACF30B;
}
.AnyTagClassName
{
color: #ACF30B;
}
</style>
background-color css
<style>
a { background-color: #ACF30B; }
a { background-color: rgb(172,243,11); }
div.DivClassName
{
background-color: #ACF30B;
}
.BgClassName
{
background-color: #ACF30B;
}
</style>
border-color css
<style>
span { border-color: #ACF30B; }
span { border-color: rgb(172,243,11); }
td.TdClassName
{
border-color: #ACF30B;
}
.TagClassName
{
border-color: #ACF30B;
}
</style>