Shades of Spring Bud #ACF200
Tints of Spring Bud #ACF200
RGB
CMYK
RGB Variations
Color information
#ACF200 (or 0xACF200) is known color: Spring Bud. HEX triplet: AC, F2 and 00. RGB value is (172,242,0). Sum of RGB (Red+Green+Blue) = 172+242+0=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 242 (94.92% from 255 or 58.45% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF200 is #530DFF. Grayscale: #C2C2C2. Windows color (decimal): -5443072 or 62124. OLE color: 62124.
HSL color Cylindrical-coordinate representation of color #ACF200: hue angle of 77.36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF200 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.05 |
| HSL | 77.36º | 1% | 0.47% | - |
| HSV(B) | 77.36º | 1% | 0.95% | - |
| XYZ | 48.77 | 72.27 | 11.38 | - |
| YUV | 193.48 | 18.81 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 0 | 0.29 | 0 | 1 | 0.05 | 77.36 | 1 | 0.47 |
| Hex | AC | F2 | 0 | 1D | 0 | 64 | 5 | 4D | 64 | 2F |
| Octal | 254 | 362 | 0 | 35 | 0 | 144 | 5 | 115 | 144 | 57 |
| Binary | 10101100 | 11110010 | 0 | 11101 | 0 | 1100100 | 101 | 1001101 | 1100100 | 101111 |
Color Harmonies of #ACF200
Complementary color
Monochromatic Colors of #ACF200
Black with #ACF200
Text Example
Text Example
White with #ACF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF200; }
p { color: rgb(172,242,0); }
H1.HeaderClassName
{
color: #ACF200;
}
.AnyTagClassName
{
color: #ACF200;
}
</style>
background-color css
<style>
a { background-color: #ACF200; }
a { background-color: rgb(172,242,0); }
div.DivClassName
{
background-color: #ACF200;
}
.BgClassName
{
background-color: #ACF200;
}
</style>
border-color css
<style>
span { border-color: #ACF200; }
span { border-color: rgb(172,242,0); }
td.TdClassName
{
border-color: #ACF200;
}
.TagClassName
{
border-color: #ACF200;
}
</style>