Shades of Spring Bud #A3F618
Tints of Spring Bud #A3F618
RGB
CMYK
RGB Variations
Color information
#A3F618 (or 0xA3F618) is known color: Spring Bud. HEX triplet: A3, F6 and 18. RGB value is (163,246,24). Sum of RGB (Red+Green+Blue) = 163+246+24=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 246 (96.48% from 255 or 56.81% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F618 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F618 is #5C09E7. Grayscale: #C4C4C4. Windows color (decimal): -6031848 or 1636003. OLE color: 1636003.
HSL color Cylindrical-coordinate representation of color #A3F618: hue angle of 82.43º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3F618 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 246 | 24 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.04 |
| HSL | 82.43º | 0.93% | 0.53% | - |
| HSV(B) | 82.43º | 0.9% | 0.96% | - |
| XYZ | 48.22 | 73.76 | 12.56 | - |
| YUV | 195.88 | 31 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 246 | 24 | 0.34 | 0 | 0.90 | 0.04 | 82.43 | 0.93 | 0.53 |
| Hex | A3 | F6 | 18 | 22 | 0 | 5A | 4 | 52 | 5C | 35 |
| Octal | 243 | 366 | 30 | 42 | 0 | 132 | 4 | 122 | 134 | 65 |
| Binary | 10100011 | 11110110 | 11000 | 100010 | 0 | 1011010 | 100 | 1010010 | 1011100 | 110101 |
Color Harmonies of #A3F618
Complementary color
Monochromatic Colors of #A3F618
Black with #A3F618
Text Example
Text Example
White with #A3F618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F618; }
p { color: rgb(163,246,24); }
H1.HeaderClassName
{
color: #A3F618;
}
.AnyTagClassName
{
color: #A3F618;
}
</style>
background-color css
<style>
a { background-color: #A3F618; }
a { background-color: rgb(163,246,24); }
div.DivClassName
{
background-color: #A3F618;
}
.BgClassName
{
background-color: #A3F618;
}
</style>
border-color css
<style>
span { border-color: #A3F618; }
span { border-color: rgb(163,246,24); }
td.TdClassName
{
border-color: #A3F618;
}
.TagClassName
{
border-color: #A3F618;
}
</style>