Shades of Spring Bud #ACF802
Tints of Spring Bud #ACF802
RGB
CMYK
RGB Variations
Color information
#ACF802 (or 0xACF802) is known color: Spring Bud. HEX triplet: AC, F8 and 02. RGB value is (172,248,2). Sum of RGB (Red+Green+Blue) = 172+248+2=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 248 (97.27% from 255 or 58.77% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF802 is #5307FD. Grayscale: #C6C6C6. Windows color (decimal): -5441534 or 194732. OLE color: 194732.
HSL color Cylindrical-coordinate representation of color #ACF802: hue angle of 78.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACF802 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.03 |
| HSL | 78.54º | 0.98% | 0.49% | - |
| HSV(B) | 78.54º | 0.99% | 0.97% | - |
| XYZ | 50.59 | 75.91 | 12.04 | - |
| YUV | 197.23 | 17.82 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 2 | 0.31 | 0 | 0.99 | 0.03 | 78.54 | 0.98 | 0.49 |
| Hex | AC | F8 | 2 | 1F | 0 | 63 | 3 | 4F | 62 | 31 |
| Octal | 254 | 370 | 2 | 37 | 0 | 143 | 3 | 117 | 142 | 61 |
| Binary | 10101100 | 11111000 | 10 | 11111 | 0 | 1100011 | 11 | 1001111 | 1100010 | 110001 |
Color Harmonies of #ACF802
Complementary color
Monochromatic Colors of #ACF802
Black with #ACF802
Text Example
Text Example
White with #ACF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF802; }
p { color: rgb(172,248,2); }
H1.HeaderClassName
{
color: #ACF802;
}
.AnyTagClassName
{
color: #ACF802;
}
</style>
background-color css
<style>
a { background-color: #ACF802; }
a { background-color: rgb(172,248,2); }
div.DivClassName
{
background-color: #ACF802;
}
.BgClassName
{
background-color: #ACF802;
}
</style>
border-color css
<style>
span { border-color: #ACF802; }
span { border-color: rgb(172,248,2); }
td.TdClassName
{
border-color: #ACF802;
}
.TagClassName
{
border-color: #ACF802;
}
</style>