Shades of Spring Bud #9AF808
Tints of Spring Bud #9AF808
RGB
CMYK
RGB Variations
Color information
#9AF808 (or 0x9AF808) is known color: Spring Bud. HEX triplet: 9A, F8 and 08. RGB value is (154,248,8). Sum of RGB (Red+Green+Blue) = 154+248+8=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 248 (97.27% from 255 or 60.49% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF808 is #6507F7. Grayscale: #C1C1C1. Windows color (decimal): -6621176 or 587930. OLE color: 587930.
HSL color Cylindrical-coordinate representation of color #9AF808: hue angle of 83.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9AF808 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 248 | 8 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.03 |
| HSL | 83.5º | 0.94% | 0.5% | - |
| HSV(B) | 83.5º | 0.97% | 0.97% | - |
| XYZ | 46.94 | 74.02 | 12.04 | - |
| YUV | 192.53 | 23.86 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 8 | 0.38 | 0 | 0.97 | 0.03 | 83.5 | 0.94 | 0.5 |
| Hex | 9A | F8 | 8 | 26 | 0 | 61 | 3 | 54 | 5E | 32 |
| Octal | 232 | 370 | 10 | 46 | 0 | 141 | 3 | 124 | 136 | 62 |
| Binary | 10011010 | 11111000 | 1000 | 100110 | 0 | 1100001 | 11 | 1010100 | 1011110 | 110010 |
Color Harmonies of #9AF808
Complementary color
Monochromatic Colors of #9AF808
Black with #9AF808
Text Example
Text Example
White with #9AF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF808; }
p { color: rgb(154,248,8); }
H1.HeaderClassName
{
color: #9AF808;
}
.AnyTagClassName
{
color: #9AF808;
}
</style>
background-color css
<style>
a { background-color: #9AF808; }
a { background-color: rgb(154,248,8); }
div.DivClassName
{
background-color: #9AF808;
}
.BgClassName
{
background-color: #9AF808;
}
</style>
border-color css
<style>
span { border-color: #9AF808; }
span { border-color: rgb(154,248,8); }
td.TdClassName
{
border-color: #9AF808;
}
.TagClassName
{
border-color: #9AF808;
}
</style>