Shades of Spring Bud #9AFD0C
Tints of Spring Bud #9AFD0C
RGB
CMYK
RGB Variations
Color information
#9AFD0C (or 0x9AFD0C) is known color: Spring Bud. HEX triplet: 9A, FD and 0C. RGB value is (154,253,12). Sum of RGB (Red+Green+Blue) = 154+253+12=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 253 (99.22% from 255 or 60.38% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFD0C is #6502F3. Grayscale: #C4C4C4. Windows color (decimal): -6619892 or 851354. OLE color: 851354.
HSL color Cylindrical-coordinate representation of color #9AFD0C: hue angle of 84.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AFD0C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 253 | 12 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.01 |
| HSL | 84.65º | 0.98% | 0.52% | - |
| HSV(B) | 84.65º | 0.95% | 0.99% | - |
| XYZ | 48.52 | 77.15 | 12.68 | - |
| YUV | 195.93 | 24.2 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 253 | 12 | 0.39 | 0 | 0.95 | 0.01 | 84.65 | 0.98 | 0.52 |
| Hex | 9A | FD | C | 27 | 0 | 5F | 1 | 55 | 62 | 34 |
| Octal | 232 | 375 | 14 | 47 | 0 | 137 | 1 | 125 | 142 | 64 |
| Binary | 10011010 | 11111101 | 1100 | 100111 | 0 | 1011111 | 1 | 1010101 | 1100010 | 110100 |
Color Harmonies of #9AFD0C
Complementary color
Monochromatic Colors of #9AFD0C
Black with #9AFD0C
Text Example
Text Example
White with #9AFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFD0C; }
p { color: rgb(154,253,12); }
H1.HeaderClassName
{
color: #9AFD0C;
}
.AnyTagClassName
{
color: #9AFD0C;
}
</style>
background-color css
<style>
a { background-color: #9AFD0C; }
a { background-color: rgb(154,253,12); }
div.DivClassName
{
background-color: #9AFD0C;
}
.BgClassName
{
background-color: #9AFD0C;
}
</style>
border-color css
<style>
span { border-color: #9AFD0C; }
span { border-color: rgb(154,253,12); }
td.TdClassName
{
border-color: #9AFD0C;
}
.TagClassName
{
border-color: #9AFD0C;
}
</style>