Shades of Spring Bud #ACF202
Tints of Spring Bud #ACF202
RGB
CMYK
RGB Variations
Color information
#ACF202 (or 0xACF202) is known color: Spring Bud. HEX triplet: AC, F2 and 02. RGB value is (172,242,2). Sum of RGB (Red+Green+Blue) = 172+242+2=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF202 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF202 is #530DFD. Grayscale: #C2C2C2. Windows color (decimal): -5443070 or 193196. OLE color: 193196.
HSL color Cylindrical-coordinate representation of color #ACF202: hue angle of 77.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACF202 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.05 |
| HSL | 77.5º | 0.98% | 0.48% | - |
| HSV(B) | 77.5º | 0.99% | 0.95% | - |
| XYZ | 48.78 | 72.28 | 11.44 | - |
| YUV | 193.71 | 19.81 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 2 | 0.29 | 0 | 0.99 | 0.05 | 77.5 | 0.98 | 0.48 |
| Hex | AC | F2 | 2 | 1D | 0 | 63 | 5 | 4E | 62 | 30 |
| Octal | 254 | 362 | 2 | 35 | 0 | 143 | 5 | 116 | 142 | 60 |
| Binary | 10101100 | 11110010 | 10 | 11101 | 0 | 1100011 | 101 | 1001110 | 1100010 | 110000 |
Color Harmonies of #ACF202
Complementary color
Monochromatic Colors of #ACF202
Black with #ACF202
Text Example
Text Example
White with #ACF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF202; }
p { color: rgb(172,242,2); }
H1.HeaderClassName
{
color: #ACF202;
}
.AnyTagClassName
{
color: #ACF202;
}
</style>
background-color css
<style>
a { background-color: #ACF202; }
a { background-color: rgb(172,242,2); }
div.DivClassName
{
background-color: #ACF202;
}
.BgClassName
{
background-color: #ACF202;
}
</style>
border-color css
<style>
span { border-color: #ACF202; }
span { border-color: rgb(172,242,2); }
td.TdClassName
{
border-color: #ACF202;
}
.TagClassName
{
border-color: #ACF202;
}
</style>