Shades of Spring Bud #9AFE18
Tints of Spring Bud #9AFE18
RGB
CMYK
RGB Variations
Color information
#9AFE18 (or 0x9AFE18) is known color: Spring Bud. HEX triplet: 9A, FE and 18. RGB value is (154,254,24). Sum of RGB (Red+Green+Blue) = 154+254+24=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 254 (99.61% from 255 or 58.80% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFE18 is #6501E7. Grayscale: #C6C6C6. Windows color (decimal): -6619624 or 1638042. OLE color: 1638042.
HSL color Cylindrical-coordinate representation of color #9AFE18: hue angle of 86.09º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AFE18 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 24 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.00 |
| HSL | 86.09º | 0.99% | 0.55% | - |
| HSV(B) | 86.09º | 0.91% | 1% | - |
| XYZ | 48.93 | 77.82 | 13.31 | - |
| YUV | 197.88 | 29.87 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 24 | 0.39 | 0 | 0.91 | 0.00 | 86.09 | 0.99 | 0.55 |
| Hex | 9A | FE | 18 | 27 | 0 | 5B | 0 | 56 | 63 | 37 |
| Octal | 232 | 376 | 30 | 47 | 0 | 133 | 0 | 126 | 143 | 67 |
| Binary | 10011010 | 11111110 | 11000 | 100111 | 0 | 1011011 | 0 | 1010110 | 1100011 | 110111 |
Color Harmonies of #9AFE18
Complementary color
Monochromatic Colors of #9AFE18
Black with #9AFE18
Text Example
Text Example
White with #9AFE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFE18; }
p { color: rgb(154,254,24); }
H1.HeaderClassName
{
color: #9AFE18;
}
.AnyTagClassName
{
color: #9AFE18;
}
</style>
background-color css
<style>
a { background-color: #9AFE18; }
a { background-color: rgb(154,254,24); }
div.DivClassName
{
background-color: #9AFE18;
}
.BgClassName
{
background-color: #9AFE18;
}
</style>
border-color css
<style>
span { border-color: #9AFE18; }
span { border-color: rgb(154,254,24); }
td.TdClassName
{
border-color: #9AFE18;
}
.TagClassName
{
border-color: #9AFE18;
}
</style>