Shades of Spring Bud #9AF314
Tints of Spring Bud #9AF314
RGB
CMYK
RGB Variations
Color information
#9AF314 (or 0x9AF314) is known color: Spring Bud. HEX triplet: 9A, F3 and 14. RGB value is (154,243,20). Sum of RGB (Red+Green+Blue) = 154+243+20=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 243 (95.31% from 255 or 58.27% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF314 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF314 is #650CEB. Grayscale: #BFBFBF. Windows color (decimal): -6622444 or 1373082. OLE color: 1373082.
HSL color Cylindrical-coordinate representation of color #9AF314: hue angle of 83.95º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AF314 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 20 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.05 |
| HSL | 83.95º | 0.9% | 0.52% | - |
| HSV(B) | 83.95º | 0.92% | 0.95% | - |
| XYZ | 45.5 | 71.02 | 11.97 | - |
| YUV | 190.97 | 31.51 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 20 | 0.37 | 0 | 0.92 | 0.05 | 83.95 | 0.9 | 0.52 |
| Hex | 9A | F3 | 14 | 25 | 0 | 5C | 5 | 54 | 5A | 34 |
| Octal | 232 | 363 | 24 | 45 | 0 | 134 | 5 | 124 | 132 | 64 |
| Binary | 10011010 | 11110011 | 10100 | 100101 | 0 | 1011100 | 101 | 1010100 | 1011010 | 110100 |
Color Harmonies of #9AF314
Complementary color
Monochromatic Colors of #9AF314
Black with #9AF314
Text Example
Text Example
White with #9AF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF314; }
p { color: rgb(154,243,20); }
H1.HeaderClassName
{
color: #9AF314;
}
.AnyTagClassName
{
color: #9AF314;
}
</style>
background-color css
<style>
a { background-color: #9AF314; }
a { background-color: rgb(154,243,20); }
div.DivClassName
{
background-color: #9AF314;
}
.BgClassName
{
background-color: #9AF314;
}
</style>
border-color css
<style>
span { border-color: #9AF314; }
span { border-color: rgb(154,243,20); }
td.TdClassName
{
border-color: #9AF314;
}
.TagClassName
{
border-color: #9AF314;
}
</style>