Shades of Spring Bud #9AF805
Tints of Spring Bud #9AF805
RGB
CMYK
RGB Variations
Color information
#9AF805 (or 0x9AF805) is known color: Spring Bud. HEX triplet: 9A, F8 and 05. RGB value is (154,248,5). Sum of RGB (Red+Green+Blue) = 154+248+5=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 248 (97.27% from 255 or 60.93% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF805 is #6507FA. Grayscale: #C1C1C1. Windows color (decimal): -6621179 or 391322. OLE color: 391322.
HSL color Cylindrical-coordinate representation of color #9AF805: hue angle of 83.21º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9AF805 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 248 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.03 |
| HSL | 83.21º | 0.96% | 0.5% | - |
| HSV(B) | 83.21º | 0.98% | 0.97% | - |
| XYZ | 46.92 | 74.02 | 11.96 | - |
| YUV | 192.19 | 22.36 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 5 | 0.38 | 0 | 0.98 | 0.03 | 83.21 | 0.96 | 0.5 |
| Hex | 9A | F8 | 5 | 26 | 0 | 62 | 3 | 53 | 60 | 32 |
| Octal | 232 | 370 | 5 | 46 | 0 | 142 | 3 | 123 | 140 | 62 |
| Binary | 10011010 | 11111000 | 101 | 100110 | 0 | 1100010 | 11 | 1010011 | 1100000 | 110010 |
Color Harmonies of #9AF805
Complementary color
Monochromatic Colors of #9AF805
Black with #9AF805
Text Example
Text Example
White with #9AF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF805; }
p { color: rgb(154,248,5); }
H1.HeaderClassName
{
color: #9AF805;
}
.AnyTagClassName
{
color: #9AF805;
}
</style>
background-color css
<style>
a { background-color: #9AF805; }
a { background-color: rgb(154,248,5); }
div.DivClassName
{
background-color: #9AF805;
}
.BgClassName
{
background-color: #9AF805;
}
</style>
border-color css
<style>
span { border-color: #9AF805; }
span { border-color: rgb(154,248,5); }
td.TdClassName
{
border-color: #9AF805;
}
.TagClassName
{
border-color: #9AF805;
}
</style>