Shades of Spring Bud #A5F203
Tints of Spring Bud #A5F203
RGB
CMYK
RGB Variations
Color information
#A5F203 (or 0xA5F203) is known color: Spring Bud. HEX triplet: A5, F2 and 03. RGB value is (165,242,3). Sum of RGB (Red+Green+Blue) = 165+242+3=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F203 is #5A0DFC. Grayscale: #C0C0C0. Windows color (decimal): -5901821 or 258725. OLE color: 258725.
HSL color Cylindrical-coordinate representation of color #A5F203: hue angle of 79.33º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5F203 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 242 | 3 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.05 |
| HSL | 79.33º | 0.98% | 0.48% | - |
| HSV(B) | 79.33º | 0.99% | 0.95% | - |
| XYZ | 47.29 | 71.51 | 11.4 | - |
| YUV | 191.73 | 21.49 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 242 | 3 | 0.32 | 0 | 0.99 | 0.05 | 79.33 | 0.98 | 0.48 |
| Hex | A5 | F2 | 3 | 20 | 0 | 63 | 5 | 4F | 62 | 30 |
| Octal | 245 | 362 | 3 | 40 | 0 | 143 | 5 | 117 | 142 | 60 |
| Binary | 10100101 | 11110010 | 11 | 100000 | 0 | 1100011 | 101 | 1001111 | 1100010 | 110000 |
Color Harmonies of #A5F203
Complementary color
Monochromatic Colors of #A5F203
Black with #A5F203
Text Example
Text Example
White with #A5F203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F203; }
p { color: rgb(165,242,3); }
H1.HeaderClassName
{
color: #A5F203;
}
.AnyTagClassName
{
color: #A5F203;
}
</style>
background-color css
<style>
a { background-color: #A5F203; }
a { background-color: rgb(165,242,3); }
div.DivClassName
{
background-color: #A5F203;
}
.BgClassName
{
background-color: #A5F203;
}
</style>
border-color css
<style>
span { border-color: #A5F203; }
span { border-color: rgb(165,242,3); }
td.TdClassName
{
border-color: #A5F203;
}
.TagClassName
{
border-color: #A5F203;
}
</style>