Shades of Spring Bud #9AF110
Tints of Spring Bud #9AF110
RGB
CMYK
RGB Variations
Color information
#9AF110 (or 0x9AF110) is known color: Spring Bud. HEX triplet: 9A, F1 and 10. RGB value is (154,241,16). Sum of RGB (Red+Green+Blue) = 154+241+16=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 241 (94.53% from 255 or 58.64% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF110 is #650EEF. Grayscale: #BEBEBE. Windows color (decimal): -6622960 or 1110426. OLE color: 1110426.
HSL color Cylindrical-coordinate representation of color #9AF110: hue angle of 83.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AF110 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 16 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.05 |
| HSL | 83.2º | 0.89% | 0.5% | - |
| HSV(B) | 83.2º | 0.93% | 0.95% | - |
| XYZ | 44.88 | 69.82 | 11.6 | - |
| YUV | 189.34 | 30.18 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 16 | 0.36 | 0 | 0.93 | 0.05 | 83.2 | 0.89 | 0.5 |
| Hex | 9A | F1 | 10 | 24 | 0 | 5D | 5 | 53 | 59 | 32 |
| Octal | 232 | 361 | 20 | 44 | 0 | 135 | 5 | 123 | 131 | 62 |
| Binary | 10011010 | 11110001 | 10000 | 100100 | 0 | 1011101 | 101 | 1010011 | 1011001 | 110010 |
Color Harmonies of #9AF110
Complementary color
Monochromatic Colors of #9AF110
Black with #9AF110
Text Example
Text Example
White with #9AF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF110; }
p { color: rgb(154,241,16); }
H1.HeaderClassName
{
color: #9AF110;
}
.AnyTagClassName
{
color: #9AF110;
}
</style>
background-color css
<style>
a { background-color: #9AF110; }
a { background-color: rgb(154,241,16); }
div.DivClassName
{
background-color: #9AF110;
}
.BgClassName
{
background-color: #9AF110;
}
</style>
border-color css
<style>
span { border-color: #9AF110; }
span { border-color: rgb(154,241,16); }
td.TdClassName
{
border-color: #9AF110;
}
.TagClassName
{
border-color: #9AF110;
}
</style>