Shades of Spring Bud #9AF512
Tints of Spring Bud #9AF512
RGB
CMYK
RGB Variations
Color information
#9AF512 (or 0x9AF512) is known color: Spring Bud. HEX triplet: 9A, F5 and 12. RGB value is (154,245,18). Sum of RGB (Red+Green+Blue) = 154+245+18=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 245 (96.09% from 255 or 58.75% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF512 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF512 is #650AED. Grayscale: #C0C0C0. Windows color (decimal): -6621934 or 1242522. OLE color: 1242522.
HSL color Cylindrical-coordinate representation of color #9AF512: hue angle of 84.05º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AF512 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 245 | 18 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.04 |
| HSL | 84.05º | 0.92% | 0.52% | - |
| HSV(B) | 84.05º | 0.93% | 0.96% | - |
| XYZ | 46.09 | 72.22 | 12.08 | - |
| YUV | 191.91 | 29.85 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 245 | 18 | 0.37 | 0 | 0.93 | 0.04 | 84.05 | 0.92 | 0.52 |
| Hex | 9A | F5 | 12 | 25 | 0 | 5D | 4 | 54 | 5C | 34 |
| Octal | 232 | 365 | 22 | 45 | 0 | 135 | 4 | 124 | 134 | 64 |
| Binary | 10011010 | 11110101 | 10010 | 100101 | 0 | 1011101 | 100 | 1010100 | 1011100 | 110100 |
Color Harmonies of #9AF512
Complementary color
Monochromatic Colors of #9AF512
Black with #9AF512
Text Example
Text Example
White with #9AF512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF512; }
p { color: rgb(154,245,18); }
H1.HeaderClassName
{
color: #9AF512;
}
.AnyTagClassName
{
color: #9AF512;
}
</style>
background-color css
<style>
a { background-color: #9AF512; }
a { background-color: rgb(154,245,18); }
div.DivClassName
{
background-color: #9AF512;
}
.BgClassName
{
background-color: #9AF512;
}
</style>
border-color css
<style>
span { border-color: #9AF512; }
span { border-color: rgb(154,245,18); }
td.TdClassName
{
border-color: #9AF512;
}
.TagClassName
{
border-color: #9AF512;
}
</style>