Shades of Spring Bud #9AF312
Tints of Spring Bud #9AF312
RGB
CMYK
RGB Variations
Color information
#9AF312 (or 0x9AF312) is known color: Spring Bud. HEX triplet: 9A, F3 and 12. RGB value is (154,243,18). Sum of RGB (Red+Green+Blue) = 154+243+18=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 243 (95.31% from 255 or 58.55% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF312 is #650CED. Grayscale: #BFBFBF. Windows color (decimal): -6622446 or 1242010. OLE color: 1242010.
HSL color Cylindrical-coordinate representation of color #9AF312: hue angle of 83.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AF312 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 18 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.05 |
| HSL | 83.73º | 0.9% | 0.51% | - |
| HSV(B) | 83.73º | 0.93% | 0.95% | - |
| XYZ | 45.49 | 71.01 | 11.88 | - |
| YUV | 190.74 | 30.51 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 18 | 0.37 | 0 | 0.93 | 0.05 | 83.73 | 0.9 | 0.51 |
| Hex | 9A | F3 | 12 | 25 | 0 | 5D | 5 | 54 | 5A | 33 |
| Octal | 232 | 363 | 22 | 45 | 0 | 135 | 5 | 124 | 132 | 63 |
| Binary | 10011010 | 11110011 | 10010 | 100101 | 0 | 1011101 | 101 | 1010100 | 1011010 | 110011 |
Color Harmonies of #9AF312
Complementary color
Monochromatic Colors of #9AF312
Black with #9AF312
Text Example
Text Example
White with #9AF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF312; }
p { color: rgb(154,243,18); }
H1.HeaderClassName
{
color: #9AF312;
}
.AnyTagClassName
{
color: #9AF312;
}
</style>
background-color css
<style>
a { background-color: #9AF312; }
a { background-color: rgb(154,243,18); }
div.DivClassName
{
background-color: #9AF312;
}
.BgClassName
{
background-color: #9AF312;
}
</style>
border-color css
<style>
span { border-color: #9AF312; }
span { border-color: rgb(154,243,18); }
td.TdClassName
{
border-color: #9AF312;
}
.TagClassName
{
border-color: #9AF312;
}
</style>