Shades of Spring Bud #ACF902
Tints of Spring Bud #ACF902
RGB
CMYK
RGB Variations
Color information
#ACF902 (or 0xACF902) is known color: Spring Bud. HEX triplet: AC, F9 and 02. RGB value is (172,249,2). Sum of RGB (Red+Green+Blue) = 172+249+2=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF902 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF902 is #5306FD. Grayscale: #C6C6C6. Windows color (decimal): -5441278 or 194988. OLE color: 194988.
HSL color Cylindrical-coordinate representation of color #ACF902: hue angle of 78.7º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACF902 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.02 |
| HSL | 78.7º | 0.98% | 0.49% | - |
| HSV(B) | 78.7º | 0.99% | 0.98% | - |
| XYZ | 50.9 | 76.53 | 12.15 | - |
| YUV | 197.82 | 17.49 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 2 | 0.31 | 0 | 0.99 | 0.02 | 78.7 | 0.98 | 0.49 |
| Hex | AC | F9 | 2 | 1F | 0 | 63 | 2 | 4F | 62 | 31 |
| Octal | 254 | 371 | 2 | 37 | 0 | 143 | 2 | 117 | 142 | 61 |
| Binary | 10101100 | 11111001 | 10 | 11111 | 0 | 1100011 | 10 | 1001111 | 1100010 | 110001 |
Color Harmonies of #ACF902
Complementary color
Monochromatic Colors of #ACF902
Black with #ACF902
Text Example
Text Example
White with #ACF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF902; }
p { color: rgb(172,249,2); }
H1.HeaderClassName
{
color: #ACF902;
}
.AnyTagClassName
{
color: #ACF902;
}
</style>
background-color css
<style>
a { background-color: #ACF902; }
a { background-color: rgb(172,249,2); }
div.DivClassName
{
background-color: #ACF902;
}
.BgClassName
{
background-color: #ACF902;
}
</style>
border-color css
<style>
span { border-color: #ACF902; }
span { border-color: rgb(172,249,2); }
td.TdClassName
{
border-color: #ACF902;
}
.TagClassName
{
border-color: #ACF902;
}
</style>