Shades of Spring Bud #ACFF0B
Tints of Spring Bud #ACFF0B
RGB
CMYK
RGB Variations
Color information
#ACFF0B (or 0xACFF0B) is known color: Spring Bud. HEX triplet: AC, FF and 0B. RGB value is (172,255,11). Sum of RGB (Red+Green+Blue) = 172+255+11=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF0B is #5300F4. Grayscale: #CBCBCB. Windows color (decimal): -5439733 or 786348. OLE color: 786348.
HSL color Cylindrical-coordinate representation of color #ACFF0B: hue angle of 80.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACFF0B is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 11 | - |
| CMYK | 0.33 | 0 | 0.96 | 0 |
| HSL | 80.41º | 1% | 0.52% | - |
| HSV(B) | 80.41º | 0.96% | 1% | - |
| XYZ | 52.83 | 80.31 | 13.03 | - |
| YUV | 202.37 | 20 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 11 | 0.33 | 0 | 0.96 | 0 | 80.41 | 1 | 0.52 |
| Hex | AC | FF | B | 21 | 0 | 60 | 0 | 50 | 64 | 34 |
| Octal | 254 | 377 | 13 | 41 | 0 | 140 | 0 | 120 | 144 | 64 |
| Binary | 10101100 | 11111111 | 1011 | 100001 | 0 | 1100000 | 0 | 1010000 | 1100100 | 110100 |
Color Harmonies of #ACFF0B
Complementary color
Monochromatic Colors of #ACFF0B
Black with #ACFF0B
Text Example
Text Example
White with #ACFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF0B; }
p { color: rgb(172,255,11); }
H1.HeaderClassName
{
color: #ACFF0B;
}
.AnyTagClassName
{
color: #ACFF0B;
}
</style>
background-color css
<style>
a { background-color: #ACFF0B; }
a { background-color: rgb(172,255,11); }
div.DivClassName
{
background-color: #ACFF0B;
}
.BgClassName
{
background-color: #ACFF0B;
}
</style>
border-color css
<style>
span { border-color: #ACFF0B; }
span { border-color: rgb(172,255,11); }
td.TdClassName
{
border-color: #ACFF0B;
}
.TagClassName
{
border-color: #ACFF0B;
}
</style>