Shades of Spring Bud #A8EF06
Tints of Spring Bud #A8EF06
RGB
CMYK
RGB Variations
Color information
#A8EF06 (or 0xA8EF06) is known color: Spring Bud. HEX triplet: A8, EF and 06. RGB value is (168,239,6). Sum of RGB (Red+Green+Blue) = 168+239+6=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EF06 is #5710F9. Grayscale: #C0C0C0. Windows color (decimal): -5705978 or 454568. OLE color: 454568.
HSL color Cylindrical-coordinate representation of color #A8EF06: hue angle of 78.28º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8EF06 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 6 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.06 |
| HSL | 78.28º | 0.95% | 0.48% | - |
| HSV(B) | 78.28º | 0.97% | 0.94% | - |
| XYZ | 47.05 | 70.07 | 11.22 | - |
| YUV | 191.21 | 23.48 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 6 | 0.30 | 0 | 0.97 | 0.06 | 78.28 | 0.95 | 0.48 |
| Hex | A8 | EF | 6 | 1E | 0 | 61 | 6 | 4E | 5F | 30 |
| Octal | 250 | 357 | 6 | 36 | 0 | 141 | 6 | 116 | 137 | 60 |
| Binary | 10101000 | 11101111 | 110 | 11110 | 0 | 1100001 | 110 | 1001110 | 1011111 | 110000 |
Color Harmonies of #A8EF06
Complementary color
Monochromatic Colors of #A8EF06
Black with #A8EF06
Text Example
Text Example
White with #A8EF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF06; }
p { color: rgb(168,239,6); }
H1.HeaderClassName
{
color: #A8EF06;
}
.AnyTagClassName
{
color: #A8EF06;
}
</style>
background-color css
<style>
a { background-color: #A8EF06; }
a { background-color: rgb(168,239,6); }
div.DivClassName
{
background-color: #A8EF06;
}
.BgClassName
{
background-color: #A8EF06;
}
</style>
border-color css
<style>
span { border-color: #A8EF06; }
span { border-color: rgb(168,239,6); }
td.TdClassName
{
border-color: #A8EF06;
}
.TagClassName
{
border-color: #A8EF06;
}
</style>