Shades of Spring Bud #9AF012
Tints of Spring Bud #9AF012
RGB
CMYK
RGB Variations
Color information
#9AF012 (or 0x9AF012) is known color: Spring Bud. HEX triplet: 9A, F0 and 12. RGB value is (154,240,18). Sum of RGB (Red+Green+Blue) = 154+240+18=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF012 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF012 is #650FED. Grayscale: #BDBDBD. Windows color (decimal): -6623214 or 1241242. OLE color: 1241242.
HSL color Cylindrical-coordinate representation of color #9AF012: hue angle of 83.24º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AF012 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 18 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.06 |
| HSL | 83.24º | 0.88% | 0.51% | - |
| HSV(B) | 83.24º | 0.93% | 0.94% | - |
| XYZ | 44.6 | 69.23 | 11.59 | - |
| YUV | 188.98 | 31.51 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 18 | 0.36 | 0 | 0.92 | 0.06 | 83.24 | 0.88 | 0.51 |
| Hex | 9A | F0 | 12 | 24 | 0 | 5C | 6 | 53 | 58 | 33 |
| Octal | 232 | 360 | 22 | 44 | 0 | 134 | 6 | 123 | 130 | 63 |
| Binary | 10011010 | 11110000 | 10010 | 100100 | 0 | 1011100 | 110 | 1010011 | 1011000 | 110011 |
Color Harmonies of #9AF012
Complementary color
Monochromatic Colors of #9AF012
Black with #9AF012
Text Example
Text Example
White with #9AF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF012; }
p { color: rgb(154,240,18); }
H1.HeaderClassName
{
color: #9AF012;
}
.AnyTagClassName
{
color: #9AF012;
}
</style>
background-color css
<style>
a { background-color: #9AF012; }
a { background-color: rgb(154,240,18); }
div.DivClassName
{
background-color: #9AF012;
}
.BgClassName
{
background-color: #9AF012;
}
</style>
border-color css
<style>
span { border-color: #9AF012; }
span { border-color: rgb(154,240,18); }
td.TdClassName
{
border-color: #9AF012;
}
.TagClassName
{
border-color: #9AF012;
}
</style>