Shades of Spring Bud #93F10A
Tints of Spring Bud #93F10A
RGB
CMYK
RGB Variations
Color information
#93F10A (or 0x93F10A) is known color: Spring Bud. HEX triplet: 93, F1 and 0A. RGB value is (147,241,10). Sum of RGB (Red+Green+Blue) = 147+241+10=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #93F10A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F10A is #6C0EF5. Grayscale: #BBBBBB. Windows color (decimal): -7081718 or 717203. OLE color: 717203.
HSL color Cylindrical-coordinate representation of color #93F10A: hue angle of 84.42º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93F10A is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 241 | 10 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.05 |
| HSL | 84.42º | 0.92% | 0.49% | - |
| HSV(B) | 84.42º | 0.96% | 0.95% | - |
| XYZ | 43.54 | 69.14 | 11.34 | - |
| YUV | 186.56 | 28.36 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 241 | 10 | 0.39 | 0 | 0.96 | 0.05 | 84.42 | 0.92 | 0.49 |
| Hex | 93 | F1 | A | 27 | 0 | 60 | 5 | 54 | 5C | 31 |
| Octal | 223 | 361 | 12 | 47 | 0 | 140 | 5 | 124 | 134 | 61 |
| Binary | 10010011 | 11110001 | 1010 | 100111 | 0 | 1100000 | 101 | 1010100 | 1011100 | 110001 |
Color Harmonies of #93F10A
Complementary color
Monochromatic Colors of #93F10A
Black with #93F10A
Text Example
Text Example
White with #93F10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F10A; }
p { color: rgb(147,241,10); }
H1.HeaderClassName
{
color: #93F10A;
}
.AnyTagClassName
{
color: #93F10A;
}
</style>
background-color css
<style>
a { background-color: #93F10A; }
a { background-color: rgb(147,241,10); }
div.DivClassName
{
background-color: #93F10A;
}
.BgClassName
{
background-color: #93F10A;
}
</style>
border-color css
<style>
span { border-color: #93F10A; }
span { border-color: rgb(147,241,10); }
td.TdClassName
{
border-color: #93F10A;
}
.TagClassName
{
border-color: #93F10A;
}
</style>