Shades of Spring Bud #ACF302
Tints of Spring Bud #ACF302
RGB
CMYK
RGB Variations
Color information
#ACF302 (or 0xACF302) is known color: Spring Bud. HEX triplet: AC, F3 and 02. RGB value is (172,243,2). Sum of RGB (Red+Green+Blue) = 172+243+2=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 243 (95.31% from 255 or 58.27% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF302 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF302 is #530CFD. Grayscale: #C3C3C3. Windows color (decimal): -5442814 or 193452. OLE color: 193452.
HSL color Cylindrical-coordinate representation of color #ACF302: hue angle of 77.68º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACF302 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.05 |
| HSL | 77.68º | 0.98% | 0.48% | - |
| HSV(B) | 77.68º | 0.99% | 0.95% | - |
| XYZ | 49.07 | 72.88 | 11.54 | - |
| YUV | 194.3 | 19.48 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 2 | 0.29 | 0 | 0.99 | 0.05 | 77.68 | 0.98 | 0.48 |
| Hex | AC | F3 | 2 | 1D | 0 | 63 | 5 | 4E | 62 | 30 |
| Octal | 254 | 363 | 2 | 35 | 0 | 143 | 5 | 116 | 142 | 60 |
| Binary | 10101100 | 11110011 | 10 | 11101 | 0 | 1100011 | 101 | 1001110 | 1100010 | 110000 |
Color Harmonies of #ACF302
Complementary color
Monochromatic Colors of #ACF302
Black with #ACF302
Text Example
Text Example
White with #ACF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF302; }
p { color: rgb(172,243,2); }
H1.HeaderClassName
{
color: #ACF302;
}
.AnyTagClassName
{
color: #ACF302;
}
</style>
background-color css
<style>
a { background-color: #ACF302; }
a { background-color: rgb(172,243,2); }
div.DivClassName
{
background-color: #ACF302;
}
.BgClassName
{
background-color: #ACF302;
}
</style>
border-color css
<style>
span { border-color: #ACF302; }
span { border-color: rgb(172,243,2); }
td.TdClassName
{
border-color: #ACF302;
}
.TagClassName
{
border-color: #ACF302;
}
</style>