Shades of Spring Bud #ACF30A
Tints of Spring Bud #ACF30A
RGB
CMYK
RGB Variations
Color information
#ACF30A (or 0xACF30A) is known color: Spring Bud. HEX triplet: AC, F3 and 0A. RGB value is (172,243,10). Sum of RGB (Red+Green+Blue) = 172+243+10=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 243 (95.31% from 255 or 57.18% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF30A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF30A is #530CF5. Grayscale: #C4C4C4. Windows color (decimal): -5442806 or 717740. OLE color: 717740.
HSL color Cylindrical-coordinate representation of color #ACF30A: hue angle of 78.28º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACF30A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 10 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.05 |
| HSL | 78.28º | 0.92% | 0.5% | - |
| HSV(B) | 78.28º | 0.96% | 0.95% | - |
| XYZ | 49.12 | 72.89 | 11.77 | - |
| YUV | 195.21 | 23.48 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 10 | 0.29 | 0 | 0.96 | 0.05 | 78.28 | 0.92 | 0.5 |
| Hex | AC | F3 | A | 1D | 0 | 60 | 5 | 4E | 5C | 32 |
| Octal | 254 | 363 | 12 | 35 | 0 | 140 | 5 | 116 | 134 | 62 |
| Binary | 10101100 | 11110011 | 1010 | 11101 | 0 | 1100000 | 101 | 1001110 | 1011100 | 110010 |
Color Harmonies of #ACF30A
Complementary color
Monochromatic Colors of #ACF30A
Black with #ACF30A
Text Example
Text Example
White with #ACF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF30A; }
p { color: rgb(172,243,10); }
H1.HeaderClassName
{
color: #ACF30A;
}
.AnyTagClassName
{
color: #ACF30A;
}
</style>
background-color css
<style>
a { background-color: #ACF30A; }
a { background-color: rgb(172,243,10); }
div.DivClassName
{
background-color: #ACF30A;
}
.BgClassName
{
background-color: #ACF30A;
}
</style>
border-color css
<style>
span { border-color: #ACF30A; }
span { border-color: rgb(172,243,10); }
td.TdClassName
{
border-color: #ACF30A;
}
.TagClassName
{
border-color: #ACF30A;
}
</style>