Shades of Spring Bud #9AF115
Tints of Spring Bud #9AF115
RGB
CMYK
RGB Variations
Color information
#9AF115 (or 0x9AF115) is known color: Spring Bud. HEX triplet: 9A, F1 and 15. RGB value is (154,241,21). Sum of RGB (Red+Green+Blue) = 154+241+21=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF115 is #650EEA. Grayscale: #BEBEBE. Windows color (decimal): -6622955 or 1438106. OLE color: 1438106.
HSL color Cylindrical-coordinate representation of color #9AF115: hue angle of 83.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AF115 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 21 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.05 |
| HSL | 83.73º | 0.89% | 0.51% | - |
| HSV(B) | 83.73º | 0.91% | 0.95% | - |
| XYZ | 44.92 | 69.83 | 11.82 | - |
| YUV | 189.91 | 32.68 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 21 | 0.36 | 0 | 0.91 | 0.05 | 83.73 | 0.89 | 0.51 |
| Hex | 9A | F1 | 15 | 24 | 0 | 5B | 5 | 54 | 59 | 33 |
| Octal | 232 | 361 | 25 | 44 | 0 | 133 | 5 | 124 | 131 | 63 |
| Binary | 10011010 | 11110001 | 10101 | 100100 | 0 | 1011011 | 101 | 1010100 | 1011001 | 110011 |
Color Harmonies of #9AF115
Complementary color
Monochromatic Colors of #9AF115
Black with #9AF115
Text Example
Text Example
White with #9AF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF115; }
p { color: rgb(154,241,21); }
H1.HeaderClassName
{
color: #9AF115;
}
.AnyTagClassName
{
color: #9AF115;
}
</style>
background-color css
<style>
a { background-color: #9AF115; }
a { background-color: rgb(154,241,21); }
div.DivClassName
{
background-color: #9AF115;
}
.BgClassName
{
background-color: #9AF115;
}
</style>
border-color css
<style>
span { border-color: #9AF115; }
span { border-color: rgb(154,241,21); }
td.TdClassName
{
border-color: #9AF115;
}
.TagClassName
{
border-color: #9AF115;
}
</style>