Shades of Spring Bud #ACF20D
Tints of Spring Bud #ACF20D
RGB
CMYK
RGB Variations
Color information
#ACF20D (or 0xACF20D) is known color: Spring Bud. HEX triplet: AC, F2 and 0D. RGB value is (172,242,13). Sum of RGB (Red+Green+Blue) = 172+242+13=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 242 (94.92% from 255 or 56.67% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF20D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF20D is #530DF2. Grayscale: #C3C3C3. Windows color (decimal): -5443059 or 914092. OLE color: 914092.
HSL color Cylindrical-coordinate representation of color #ACF20D: hue angle of 78.34º degrees, saturation: 0.9, 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 #ACF20D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 13 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.05 |
| HSL | 78.34º | 0.9% | 0.5% | - |
| HSV(B) | 78.34º | 0.95% | 0.95% | - |
| XYZ | 48.84 | 72.3 | 11.76 | - |
| YUV | 194.96 | 25.31 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 13 | 0.29 | 0 | 0.95 | 0.05 | 78.34 | 0.9 | 0.5 |
| Hex | AC | F2 | D | 1D | 0 | 5F | 5 | 4E | 5A | 32 |
| Octal | 254 | 362 | 15 | 35 | 0 | 137 | 5 | 116 | 132 | 62 |
| Binary | 10101100 | 11110010 | 1101 | 11101 | 0 | 1011111 | 101 | 1001110 | 1011010 | 110010 |
Color Harmonies of #ACF20D
Complementary color
Monochromatic Colors of #ACF20D
Black with #ACF20D
Text Example
Text Example
White with #ACF20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF20D; }
p { color: rgb(172,242,13); }
H1.HeaderClassName
{
color: #ACF20D;
}
.AnyTagClassName
{
color: #ACF20D;
}
</style>
background-color css
<style>
a { background-color: #ACF20D; }
a { background-color: rgb(172,242,13); }
div.DivClassName
{
background-color: #ACF20D;
}
.BgClassName
{
background-color: #ACF20D;
}
</style>
border-color css
<style>
span { border-color: #ACF20D; }
span { border-color: rgb(172,242,13); }
td.TdClassName
{
border-color: #ACF20D;
}
.TagClassName
{
border-color: #ACF20D;
}
</style>