Shades of Spring Bud #9AF40B
Tints of Spring Bud #9AF40B
RGB
CMYK
RGB Variations
Color information
#9AF40B (or 0x9AF40B) is known color: Spring Bud. HEX triplet: 9A, F4 and 0B. RGB value is (154,244,11). Sum of RGB (Red+Green+Blue) = 154+244+11=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 244 (95.70% from 255 or 59.66% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 244 - color contains mainly: green. Hex color #9AF40B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF40B is #650BF4. Grayscale: #BFBFBF. Windows color (decimal): -6622197 or 783514. OLE color: 783514.
HSL color Cylindrical-coordinate representation of color #9AF40B: hue angle of 83.18º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AF40B is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 244 | 11 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.04 |
| HSL | 83.18º | 0.91% | 0.5% | - |
| HSV(B) | 83.18º | 0.95% | 0.96% | - |
| XYZ | 45.74 | 71.6 | 11.73 | - |
| YUV | 190.53 | 26.68 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 244 | 11 | 0.37 | 0 | 0.95 | 0.04 | 83.18 | 0.91 | 0.5 |
| Hex | 9A | F4 | B | 25 | 0 | 5F | 4 | 53 | 5B | 32 |
| Octal | 232 | 364 | 13 | 45 | 0 | 137 | 4 | 123 | 133 | 62 |
| Binary | 10011010 | 11110100 | 1011 | 100101 | 0 | 1011111 | 100 | 1010011 | 1011011 | 110010 |
Color Harmonies of #9AF40B
Complementary color
Monochromatic Colors of #9AF40B
Black with #9AF40B
Text Example
Text Example
White with #9AF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF40B; }
p { color: rgb(154,244,11); }
H1.HeaderClassName
{
color: #9AF40B;
}
.AnyTagClassName
{
color: #9AF40B;
}
</style>
background-color css
<style>
a { background-color: #9AF40B; }
a { background-color: rgb(154,244,11); }
div.DivClassName
{
background-color: #9AF40B;
}
.BgClassName
{
background-color: #9AF40B;
}
</style>
border-color css
<style>
span { border-color: #9AF40B; }
span { border-color: rgb(154,244,11); }
td.TdClassName
{
border-color: #9AF40B;
}
.TagClassName
{
border-color: #9AF40B;
}
</style>