Shades of Spring Bud #A8F502
Tints of Spring Bud #A8F502
RGB
CMYK
RGB Variations
Color information
#A8F502 (or 0xA8F502) is known color: Spring Bud. HEX triplet: A8, F5 and 02. RGB value is (168,245,2). Sum of RGB (Red+Green+Blue) = 168+245+2=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 245 (96.09% from 255 or 59.04% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F502 is #570AFD. Grayscale: #C3C3C3. Windows color (decimal): -5704446 or 193960. OLE color: 193960.
HSL color Cylindrical-coordinate representation of color #A8F502: hue angle of 79.01º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8F502 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
RGB | 168 | 245 | 2 | - |
CMYK | 0.31 | 0 | 0.99 | 0.04 |
HSL | 79.01º | 0.98% | 0.48% | - |
HSV(B) | 79.01º | 0.99% | 0.96% | - |
XYZ | 48.81 | 73.63 | 11.7 | - |
YUV | 194.28 | 19.49 | 109.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 245 | 2 | 0.31 | 0 | 0.99 | 0.04 | 79.01 | 0.98 | 0.48 |
Hex | A8 | F5 | 2 | 1F | 0 | 63 | 4 | 4F | 62 | 30 |
Octal | 250 | 365 | 2 | 37 | 0 | 143 | 4 | 117 | 142 | 60 |
Binary | 10101000 | 11110101 | 10 | 11111 | 0 | 1100011 | 100 | 1001111 | 1100010 | 110000 |
Color Harmonies of #A8F502
Complementary color
Monochromatic Colors of #A8F502
Black with #A8F502
Text Example
Text Example
White with #A8F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F502; }
p { color: rgb(168,245,2); }
H1.HeaderClassName
{
color: #A8F502;
}
.AnyTagClassName
{
color: #A8F502;
}
</style>
background-color css
<style>
a { background-color: #A8F502; }
a { background-color: rgb(168,245,2); }
div.DivClassName
{
background-color: #A8F502;
}
.BgClassName
{
background-color: #A8F502;
}
</style>
border-color css
<style>
span { border-color: #A8F502; }
span { border-color: rgb(168,245,2); }
td.TdClassName
{
border-color: #A8F502;
}
.TagClassName
{
border-color: #A8F502;
}
</style>