Shades of Spring Bud #A8F602
Tints of Spring Bud #A8F602
RGB
CMYK
RGB Variations
Color information
#A8F602 (or 0xA8F602) is known color: Spring Bud. HEX triplet: A8, F6 and 02. RGB value is (168,246,2). Sum of RGB (Red+Green+Blue) = 168+246+2=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 246 (96.48% from 255 or 59.13% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F602 is #5709FD. Grayscale: #C3C3C3. Windows color (decimal): -5704190 or 194216. OLE color: 194216.
HSL color Cylindrical-coordinate representation of color #A8F602: hue angle of 79.18º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8F602 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.04 |
| HSL | 79.18º | 0.98% | 0.49% | - |
| HSV(B) | 79.18º | 0.99% | 0.96% | - |
| XYZ | 49.12 | 74.24 | 11.8 | - |
| YUV | 194.86 | 19.16 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 2 | 0.32 | 0 | 0.99 | 0.04 | 79.18 | 0.98 | 0.49 |
| Hex | A8 | F6 | 2 | 20 | 0 | 63 | 4 | 4F | 62 | 31 |
| Octal | 250 | 366 | 2 | 40 | 0 | 143 | 4 | 117 | 142 | 61 |
| Binary | 10101000 | 11110110 | 10 | 100000 | 0 | 1100011 | 100 | 1001111 | 1100010 | 110001 |
Color Harmonies of #A8F602
Complementary color
Monochromatic Colors of #A8F602
Black with #A8F602
Text Example
Text Example
White with #A8F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F602; }
p { color: rgb(168,246,2); }
H1.HeaderClassName
{
color: #A8F602;
}
.AnyTagClassName
{
color: #A8F602;
}
</style>
background-color css
<style>
a { background-color: #A8F602; }
a { background-color: rgb(168,246,2); }
div.DivClassName
{
background-color: #A8F602;
}
.BgClassName
{
background-color: #A8F602;
}
</style>
border-color css
<style>
span { border-color: #A8F602; }
span { border-color: rgb(168,246,2); }
td.TdClassName
{
border-color: #A8F602;
}
.TagClassName
{
border-color: #A8F602;
}
</style>