Shades of Spring Bud #9AFC19
Tints of Spring Bud #9AFC19
RGB
CMYK
RGB Variations
Color information
#9AFC19 (or 0x9AFC19) is known color: Spring Bud. HEX triplet: 9A, FC and 19. RGB value is (154,252,25). Sum of RGB (Red+Green+Blue) = 154+252+25=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 252 (98.83% from 255 or 58.47% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFC19 is #6503E6. Grayscale: #C5C5C5. Windows color (decimal): -6620135 or 1703066. OLE color: 1703066.
HSL color Cylindrical-coordinate representation of color #9AFC19: hue angle of 85.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AFC19 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 25 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.01 |
| HSL | 85.9º | 0.97% | 0.54% | - |
| HSV(B) | 85.9º | 0.9% | 0.99% | - |
| XYZ | 48.31 | 76.56 | 13.15 | - |
| YUV | 196.82 | 31.03 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 25 | 0.39 | 0 | 0.90 | 0.01 | 85.9 | 0.97 | 0.54 |
| Hex | 9A | FC | 19 | 27 | 0 | 5A | 1 | 56 | 61 | 36 |
| Octal | 232 | 374 | 31 | 47 | 0 | 132 | 1 | 126 | 141 | 66 |
| Binary | 10011010 | 11111100 | 11001 | 100111 | 0 | 1011010 | 1 | 1010110 | 1100001 | 110110 |
Color Harmonies of #9AFC19
Complementary color
Monochromatic Colors of #9AFC19
Black with #9AFC19
Text Example
Text Example
White with #9AFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFC19; }
p { color: rgb(154,252,25); }
H1.HeaderClassName
{
color: #9AFC19;
}
.AnyTagClassName
{
color: #9AFC19;
}
</style>
background-color css
<style>
a { background-color: #9AFC19; }
a { background-color: rgb(154,252,25); }
div.DivClassName
{
background-color: #9AFC19;
}
.BgClassName
{
background-color: #9AFC19;
}
</style>
border-color css
<style>
span { border-color: #9AFC19; }
span { border-color: rgb(154,252,25); }
td.TdClassName
{
border-color: #9AFC19;
}
.TagClassName
{
border-color: #9AFC19;
}
</style>