Shades of Spring Bud #9FF314
Tints of Spring Bud #9FF314
RGB
CMYK
RGB Variations
Color information
#9FF314 (or 0x9FF314) is known color: Spring Bud. HEX triplet: 9F, F3 and 14. RGB value is (159,243,20). Sum of RGB (Red+Green+Blue) = 159+243+20=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF314 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF314 is #600CEB. Grayscale: #C1C1C1. Windows color (decimal): -6294764 or 1373087. OLE color: 1373087.
HSL color Cylindrical-coordinate representation of color #9FF314: hue angle of 82.6º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FF314 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 20 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.05 |
| HSL | 82.6º | 0.9% | 0.52% | - |
| HSV(B) | 82.6º | 0.92% | 0.95% | - |
| XYZ | 46.47 | 71.52 | 12.02 | - |
| YUV | 192.46 | 30.67 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 20 | 0.35 | 0 | 0.92 | 0.05 | 82.6 | 0.9 | 0.52 |
| Hex | 9F | F3 | 14 | 23 | 0 | 5C | 5 | 53 | 5A | 34 |
| Octal | 237 | 363 | 24 | 43 | 0 | 134 | 5 | 123 | 132 | 64 |
| Binary | 10011111 | 11110011 | 10100 | 100011 | 0 | 1011100 | 101 | 1010011 | 1011010 | 110100 |
Color Harmonies of #9FF314
Complementary color
Monochromatic Colors of #9FF314
Black with #9FF314
Text Example
Text Example
White with #9FF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF314; }
p { color: rgb(159,243,20); }
H1.HeaderClassName
{
color: #9FF314;
}
.AnyTagClassName
{
color: #9FF314;
}
</style>
background-color css
<style>
a { background-color: #9FF314; }
a { background-color: rgb(159,243,20); }
div.DivClassName
{
background-color: #9FF314;
}
.BgClassName
{
background-color: #9FF314;
}
</style>
border-color css
<style>
span { border-color: #9FF314; }
span { border-color: rgb(159,243,20); }
td.TdClassName
{
border-color: #9FF314;
}
.TagClassName
{
border-color: #9FF314;
}
</style>