Shades of Spring Bud #A8FF00
Tints of Spring Bud #A8FF00
RGB
CMYK
RGB Variations
Color information
#A8FF00 (or 0xA8FF00) is known color: Spring Bud. HEX triplet: A8, FF and 00. RGB value is (168,255,0). Sum of RGB (Red+Green+Blue) = 168+255+0=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FF00 is #5700FF. Grayscale: #C8C8C8. Windows color (decimal): -5701888 or 65448. OLE color: 65448.
HSL color Cylindrical-coordinate representation of color #A8FF00: hue angle of 80.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8FF00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 168 | 255 | 0 | - |
CMYK | 0.34 | 0 | 1 | 0 |
HSL | 80.47º | 1% | 0.5% | - |
HSV(B) | 80.47º | 1% | 1% | - |
XYZ | 51.91 | 79.84 | 12.68 | - |
YUV | 199.92 | 15.18 | 105.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 255 | 0 | 0.34 | 0 | 1 | 0 | 80.47 | 1 | 0.5 |
Hex | A8 | FF | 0 | 22 | 0 | 64 | 0 | 50 | 64 | 32 |
Octal | 250 | 377 | 0 | 42 | 0 | 144 | 0 | 120 | 144 | 62 |
Binary | 10101000 | 11111111 | 0 | 100010 | 0 | 1100100 | 0 | 1010000 | 1100100 | 110010 |
Color Harmonies of #A8FF00
Complementary color
Monochromatic Colors of #A8FF00
Black with #A8FF00
Text Example
Text Example
White with #A8FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF00; }
p { color: rgb(168,255,0); }
H1.HeaderClassName
{
color: #A8FF00;
}
.AnyTagClassName
{
color: #A8FF00;
}
</style>
background-color css
<style>
a { background-color: #A8FF00; }
a { background-color: rgb(168,255,0); }
div.DivClassName
{
background-color: #A8FF00;
}
.BgClassName
{
background-color: #A8FF00;
}
</style>
border-color css
<style>
span { border-color: #A8FF00; }
span { border-color: rgb(168,255,0); }
td.TdClassName
{
border-color: #A8FF00;
}
.TagClassName
{
border-color: #A8FF00;
}
</style>