Shades of Spring Bud #9AFD0A
Tints of Spring Bud #9AFD0A
RGB
CMYK
RGB Variations
Color information
#9AFD0A (or 0x9AFD0A) is known color: Spring Bud. HEX triplet: 9A, FD and 0A. RGB value is (154,253,10). Sum of RGB (Red+Green+Blue) = 154+253+10=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 253 (99.22% from 255 or 60.67% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFD0A is #6502F5. Grayscale: #C4C4C4. Windows color (decimal): -6619894 or 720282. OLE color: 720282.
HSL color Cylindrical-coordinate representation of color #9AFD0A: hue angle of 84.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AFD0A is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 253 | 10 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.01 |
| HSL | 84.44º | 0.98% | 0.52% | - |
| HSV(B) | 84.44º | 0.96% | 0.99% | - |
| XYZ | 48.51 | 77.14 | 12.62 | - |
| YUV | 195.7 | 23.2 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 253 | 10 | 0.39 | 0 | 0.96 | 0.01 | 84.44 | 0.98 | 0.52 |
| Hex | 9A | FD | A | 27 | 0 | 60 | 1 | 54 | 62 | 34 |
| Octal | 232 | 375 | 12 | 47 | 0 | 140 | 1 | 124 | 142 | 64 |
| Binary | 10011010 | 11111101 | 1010 | 100111 | 0 | 1100000 | 1 | 1010100 | 1100010 | 110100 |
Color Harmonies of #9AFD0A
Complementary color
Monochromatic Colors of #9AFD0A
Black with #9AFD0A
Text Example
Text Example
White with #9AFD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFD0A; }
p { color: rgb(154,253,10); }
H1.HeaderClassName
{
color: #9AFD0A;
}
.AnyTagClassName
{
color: #9AFD0A;
}
</style>
background-color css
<style>
a { background-color: #9AFD0A; }
a { background-color: rgb(154,253,10); }
div.DivClassName
{
background-color: #9AFD0A;
}
.BgClassName
{
background-color: #9AFD0A;
}
</style>
border-color css
<style>
span { border-color: #9AFD0A; }
span { border-color: rgb(154,253,10); }
td.TdClassName
{
border-color: #9AFD0A;
}
.TagClassName
{
border-color: #9AFD0A;
}
</style>