Shades of Spring Bud #ACF70D
Tints of Spring Bud #ACF70D
RGB
CMYK
RGB Variations
Color information
#ACF70D (or 0xACF70D) is known color: Spring Bud. HEX triplet: AC, F7 and 0D. RGB value is (172,247,13). Sum of RGB (Red+Green+Blue) = 172+247+13=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 247 (96.88% from 255 or 57.18% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF70D is #5308F2. Grayscale: #C6C6C6. Windows color (decimal): -5441779 or 915372. OLE color: 915372.
HSL color Cylindrical-coordinate representation of color #ACF70D: hue angle of 79.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF70D is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 13 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.03 |
| HSL | 79.23º | 0.94% | 0.51% | - |
| HSV(B) | 79.23º | 0.95% | 0.97% | - |
| XYZ | 50.35 | 75.32 | 12.27 | - |
| YUV | 197.9 | 23.65 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 13 | 0.30 | 0 | 0.95 | 0.03 | 79.23 | 0.94 | 0.51 |
| Hex | AC | F7 | D | 1E | 0 | 5F | 3 | 4F | 5E | 33 |
| Octal | 254 | 367 | 15 | 36 | 0 | 137 | 3 | 117 | 136 | 63 |
| Binary | 10101100 | 11110111 | 1101 | 11110 | 0 | 1011111 | 11 | 1001111 | 1011110 | 110011 |
Color Harmonies of #ACF70D
Complementary color
Monochromatic Colors of #ACF70D
Black with #ACF70D
Text Example
Text Example
White with #ACF70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF70D; }
p { color: rgb(172,247,13); }
H1.HeaderClassName
{
color: #ACF70D;
}
.AnyTagClassName
{
color: #ACF70D;
}
</style>
background-color css
<style>
a { background-color: #ACF70D; }
a { background-color: rgb(172,247,13); }
div.DivClassName
{
background-color: #ACF70D;
}
.BgClassName
{
background-color: #ACF70D;
}
</style>
border-color css
<style>
span { border-color: #ACF70D; }
span { border-color: rgb(172,247,13); }
td.TdClassName
{
border-color: #ACF70D;
}
.TagClassName
{
border-color: #ACF70D;
}
</style>