Shades of Spring Bud #ACF201
Tints of Spring Bud #ACF201
RGB
CMYK
RGB Variations
Color information
#ACF201 (or 0xACF201) is known color: Spring Bud. HEX triplet: AC, F2 and 01. RGB value is (172,242,1). Sum of RGB (Red+Green+Blue) = 172+242+1=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF201 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF201 is #530DFE. Grayscale: #C2C2C2. Windows color (decimal): -5443071 or 127660. OLE color: 127660.
HSL color Cylindrical-coordinate representation of color #ACF201: hue angle of 77.43º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF201 is Cyan = 0.29, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 1 | - |
| CMYK | 0.29 | 0 | 1.00 | 0.05 |
| HSL | 77.43º | 0.99% | 0.48% | - |
| HSV(B) | 77.43º | 1% | 0.95% | - |
| XYZ | 48.77 | 72.28 | 11.41 | - |
| YUV | 193.6 | 19.31 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 1 | 0.29 | 0 | 1.00 | 0.05 | 77.43 | 0.99 | 0.48 |
| Hex | AC | F2 | 1 | 1D | 0 | 64 | 5 | 4D | 63 | 30 |
| Octal | 254 | 362 | 1 | 35 | 0 | 144 | 5 | 115 | 143 | 60 |
| Binary | 10101100 | 11110010 | 1 | 11101 | 0 | 1100100 | 101 | 1001101 | 1100011 | 110000 |
Color Harmonies of #ACF201
Complementary color
Monochromatic Colors of #ACF201
Black with #ACF201
Text Example
Text Example
White with #ACF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF201; }
p { color: rgb(172,242,1); }
H1.HeaderClassName
{
color: #ACF201;
}
.AnyTagClassName
{
color: #ACF201;
}
</style>
background-color css
<style>
a { background-color: #ACF201; }
a { background-color: rgb(172,242,1); }
div.DivClassName
{
background-color: #ACF201;
}
.BgClassName
{
background-color: #ACF201;
}
</style>
border-color css
<style>
span { border-color: #ACF201; }
span { border-color: rgb(172,242,1); }
td.TdClassName
{
border-color: #ACF201;
}
.TagClassName
{
border-color: #ACF201;
}
</style>