Shades of Spring Bud #ACF602
Tints of Spring Bud #ACF602
RGB
CMYK
RGB Variations
Color information
#ACF602 (or 0xACF602) is known color: Spring Bud. HEX triplet: AC, F6 and 02. RGB value is (172,246,2). Sum of RGB (Red+Green+Blue) = 172+246+2=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 246 (96.48% from 255 or 58.57% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF602 is #5309FD. Grayscale: #C4C4C4. Windows color (decimal): -5442046 or 194220. OLE color: 194220.
HSL color Cylindrical-coordinate representation of color #ACF602: hue angle of 78.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACF602 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.04 |
| HSL | 78.2º | 0.98% | 0.49% | - |
| HSV(B) | 78.2º | 0.99% | 0.96% | - |
| XYZ | 49.98 | 74.69 | 11.84 | - |
| YUV | 196.06 | 18.48 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 2 | 0.30 | 0 | 0.99 | 0.04 | 78.2 | 0.98 | 0.49 |
| Hex | AC | F6 | 2 | 1E | 0 | 63 | 4 | 4E | 62 | 31 |
| Octal | 254 | 366 | 2 | 36 | 0 | 143 | 4 | 116 | 142 | 61 |
| Binary | 10101100 | 11110110 | 10 | 11110 | 0 | 1100011 | 100 | 1001110 | 1100010 | 110001 |
Color Harmonies of #ACF602
Complementary color
Monochromatic Colors of #ACF602
Black with #ACF602
Text Example
Text Example
White with #ACF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF602; }
p { color: rgb(172,246,2); }
H1.HeaderClassName
{
color: #ACF602;
}
.AnyTagClassName
{
color: #ACF602;
}
</style>
background-color css
<style>
a { background-color: #ACF602; }
a { background-color: rgb(172,246,2); }
div.DivClassName
{
background-color: #ACF602;
}
.BgClassName
{
background-color: #ACF602;
}
</style>
border-color css
<style>
span { border-color: #ACF602; }
span { border-color: rgb(172,246,2); }
td.TdClassName
{
border-color: #ACF602;
}
.TagClassName
{
border-color: #ACF602;
}
</style>