Shades of Spring Bud #A5EF00
Tints of Spring Bud #A5EF00
RGB
CMYK
RGB Variations
Color information
#A5EF00 (or 0xA5EF00) is known color: Spring Bud. HEX triplet: A5, EF and 00. RGB value is (165,239,0). Sum of RGB (Red+Green+Blue) = 165+239+0=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 239 (93.75% from 255 or 59.16% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EF00 is #5A10FF. Grayscale: #BEBEBE. Windows color (decimal): -5902592 or 61349. OLE color: 61349.
HSL color Cylindrical-coordinate representation of color #A5EF00: hue angle of 78.58º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5EF00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 239 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.06 |
| HSL | 78.58º | 1% | 0.47% | - |
| HSV(B) | 78.58º | 1% | 0.94% | - |
| XYZ | 46.38 | 69.73 | 11.02 | - |
| YUV | 189.63 | 20.98 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 239 | 0 | 0.31 | 0 | 1 | 0.06 | 78.58 | 1 | 0.47 |
| Hex | A5 | EF | 0 | 1F | 0 | 64 | 6 | 4F | 64 | 2F |
| Octal | 245 | 357 | 0 | 37 | 0 | 144 | 6 | 117 | 144 | 57 |
| Binary | 10100101 | 11101111 | 0 | 11111 | 0 | 1100100 | 110 | 1001111 | 1100100 | 101111 |
Color Harmonies of #A5EF00
Complementary color
Monochromatic Colors of #A5EF00
Black with #A5EF00
Text Example
Text Example
White with #A5EF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EF00; }
p { color: rgb(165,239,0); }
H1.HeaderClassName
{
color: #A5EF00;
}
.AnyTagClassName
{
color: #A5EF00;
}
</style>
background-color css
<style>
a { background-color: #A5EF00; }
a { background-color: rgb(165,239,0); }
div.DivClassName
{
background-color: #A5EF00;
}
.BgClassName
{
background-color: #A5EF00;
}
</style>
border-color css
<style>
span { border-color: #A5EF00; }
span { border-color: rgb(165,239,0); }
td.TdClassName
{
border-color: #A5EF00;
}
.TagClassName
{
border-color: #A5EF00;
}
</style>