Shades of Spring Bud #9AF80E
Tints of Spring Bud #9AF80E
RGB
CMYK
RGB Variations
Color information
#9AF80E (or 0x9AF80E) is known color: Spring Bud. HEX triplet: 9A, F8 and 0E. RGB value is (154,248,14). Sum of RGB (Red+Green+Blue) = 154+248+14=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 248 (97.27% from 255 or 59.62% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF80E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF80E is #6507F1. Grayscale: #C2C2C2. Windows color (decimal): -6621170 or 981146. OLE color: 981146.
HSL color Cylindrical-coordinate representation of color #9AF80E: hue angle of 84.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AF80E is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 248 | 14 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.03 |
| HSL | 84.1º | 0.94% | 0.51% | - |
| HSV(B) | 84.1º | 0.94% | 0.97% | - |
| XYZ | 46.97 | 74.04 | 12.23 | - |
| YUV | 193.22 | 26.86 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 14 | 0.38 | 0 | 0.94 | 0.03 | 84.1 | 0.94 | 0.51 |
| Hex | 9A | F8 | E | 26 | 0 | 5E | 3 | 54 | 5E | 33 |
| Octal | 232 | 370 | 16 | 46 | 0 | 136 | 3 | 124 | 136 | 63 |
| Binary | 10011010 | 11111000 | 1110 | 100110 | 0 | 1011110 | 11 | 1010100 | 1011110 | 110011 |
Color Harmonies of #9AF80E
Complementary color
Monochromatic Colors of #9AF80E
Black with #9AF80E
Text Example
Text Example
White with #9AF80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF80E; }
p { color: rgb(154,248,14); }
H1.HeaderClassName
{
color: #9AF80E;
}
.AnyTagClassName
{
color: #9AF80E;
}
</style>
background-color css
<style>
a { background-color: #9AF80E; }
a { background-color: rgb(154,248,14); }
div.DivClassName
{
background-color: #9AF80E;
}
.BgClassName
{
background-color: #9AF80E;
}
</style>
border-color css
<style>
span { border-color: #9AF80E; }
span { border-color: rgb(154,248,14); }
td.TdClassName
{
border-color: #9AF80E;
}
.TagClassName
{
border-color: #9AF80E;
}
</style>