Shades of Spring Bud #ACFD0B
Tints of Spring Bud #ACFD0B
RGB
CMYK
RGB Variations
Color information
#ACFD0B (or 0xACFD0B) is known color: Spring Bud. HEX triplet: AC, FD and 0B. RGB value is (172,253,11). Sum of RGB (Red+Green+Blue) = 172+253+11=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 253 (99.22% from 255 or 58.03% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFD0B is #5302F4. Grayscale: #CACACA. Windows color (decimal): -5440245 or 785836. OLE color: 785836.
HSL color Cylindrical-coordinate representation of color #ACFD0B: hue angle of 80.08º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACFD0B is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 11 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.01 |
| HSL | 80.08º | 0.98% | 0.52% | - |
| HSV(B) | 80.08º | 0.96% | 0.99% | - |
| XYZ | 52.2 | 79.05 | 12.82 | - |
| YUV | 201.19 | 20.66 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 11 | 0.32 | 0 | 0.96 | 0.01 | 80.08 | 0.98 | 0.52 |
| Hex | AC | FD | B | 20 | 0 | 60 | 1 | 50 | 62 | 34 |
| Octal | 254 | 375 | 13 | 40 | 0 | 140 | 1 | 120 | 142 | 64 |
| Binary | 10101100 | 11111101 | 1011 | 100000 | 0 | 1100000 | 1 | 1010000 | 1100010 | 110100 |
Color Harmonies of #ACFD0B
Complementary color
Monochromatic Colors of #ACFD0B
Black with #ACFD0B
Text Example
Text Example
White with #ACFD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFD0B; }
p { color: rgb(172,253,11); }
H1.HeaderClassName
{
color: #ACFD0B;
}
.AnyTagClassName
{
color: #ACFD0B;
}
</style>
background-color css
<style>
a { background-color: #ACFD0B; }
a { background-color: rgb(172,253,11); }
div.DivClassName
{
background-color: #ACFD0B;
}
.BgClassName
{
background-color: #ACFD0B;
}
</style>
border-color css
<style>
span { border-color: #ACFD0B; }
span { border-color: rgb(172,253,11); }
td.TdClassName
{
border-color: #ACFD0B;
}
.TagClassName
{
border-color: #ACFD0B;
}
</style>