Shades of Spring Bud #ACF90C
Tints of Spring Bud #ACF90C
RGB
CMYK
RGB Variations
Color information
#ACF90C (or 0xACF90C) is known color: Spring Bud. HEX triplet: AC, F9 and 0C. RGB value is (172,249,12). Sum of RGB (Red+Green+Blue) = 172+249+12=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF90C is #5306F3. Grayscale: #C7C7C7. Windows color (decimal): -5441268 or 850348. OLE color: 850348.
HSL color Cylindrical-coordinate representation of color #ACF90C: hue angle of 79.49º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF90C is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 12 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.02 |
| HSL | 79.49º | 0.95% | 0.51% | - |
| HSV(B) | 79.49º | 0.95% | 0.98% | - |
| XYZ | 50.96 | 76.55 | 12.44 | - |
| YUV | 198.96 | 22.49 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 12 | 0.31 | 0 | 0.95 | 0.02 | 79.49 | 0.95 | 0.51 |
| Hex | AC | F9 | C | 1F | 0 | 5F | 2 | 4F | 5F | 33 |
| Octal | 254 | 371 | 14 | 37 | 0 | 137 | 2 | 117 | 137 | 63 |
| Binary | 10101100 | 11111001 | 1100 | 11111 | 0 | 1011111 | 10 | 1001111 | 1011111 | 110011 |
Color Harmonies of #ACF90C
Complementary color
Monochromatic Colors of #ACF90C
Black with #ACF90C
Text Example
Text Example
White with #ACF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF90C; }
p { color: rgb(172,249,12); }
H1.HeaderClassName
{
color: #ACF90C;
}
.AnyTagClassName
{
color: #ACF90C;
}
</style>
background-color css
<style>
a { background-color: #ACF90C; }
a { background-color: rgb(172,249,12); }
div.DivClassName
{
background-color: #ACF90C;
}
.BgClassName
{
background-color: #ACF90C;
}
</style>
border-color css
<style>
span { border-color: #ACF90C; }
span { border-color: rgb(172,249,12); }
td.TdClassName
{
border-color: #ACF90C;
}
.TagClassName
{
border-color: #ACF90C;
}
</style>