Shades of Spring Bud #A5F102
Tints of Spring Bud #A5F102
RGB
CMYK
RGB Variations
Color information
#A5F102 (or 0xA5F102) is known color: Spring Bud. HEX triplet: A5, F1 and 02. RGB value is (165,241,2). Sum of RGB (Red+Green+Blue) = 165+241+2=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 241 (94.53% from 255 or 59.07% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F102 is #5A0EFD. Grayscale: #BFBFBF. Windows color (decimal): -5902078 or 192933. OLE color: 192933.
HSL color Cylindrical-coordinate representation of color #A5F102: hue angle of 79.08º 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 #A5F102 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 241 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.05 |
| HSL | 79.08º | 0.98% | 0.48% | - |
| HSV(B) | 79.08º | 0.99% | 0.95% | - |
| XYZ | 46.98 | 70.91 | 11.27 | - |
| YUV | 191.03 | 21.32 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 241 | 2 | 0.32 | 0 | 0.99 | 0.05 | 79.08 | 0.98 | 0.48 |
| Hex | A5 | F1 | 2 | 20 | 0 | 63 | 5 | 4F | 62 | 30 |
| Octal | 245 | 361 | 2 | 40 | 0 | 143 | 5 | 117 | 142 | 60 |
| Binary | 10100101 | 11110001 | 10 | 100000 | 0 | 1100011 | 101 | 1001111 | 1100010 | 110000 |
Color Harmonies of #A5F102
Complementary color
Monochromatic Colors of #A5F102
Black with #A5F102
Text Example
Text Example
White with #A5F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F102; }
p { color: rgb(165,241,2); }
H1.HeaderClassName
{
color: #A5F102;
}
.AnyTagClassName
{
color: #A5F102;
}
</style>
background-color css
<style>
a { background-color: #A5F102; }
a { background-color: rgb(165,241,2); }
div.DivClassName
{
background-color: #A5F102;
}
.BgClassName
{
background-color: #A5F102;
}
</style>
border-color css
<style>
span { border-color: #A5F102; }
span { border-color: rgb(165,241,2); }
td.TdClassName
{
border-color: #A5F102;
}
.TagClassName
{
border-color: #A5F102;
}
</style>