Shades of Chartreuse #93F61A
Tints of Chartreuse #93F61A
RGB
CMYK
RGB Variations
Color information
#93F61A (or 0x93F61A) is known color: Chartreuse. HEX triplet: 93, F6 and 1A. RGB value is (147,246,26). Sum of RGB (Red+Green+Blue) = 147+246+26=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 246 (96.48% from 255 or 58.71% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 246 - color contains mainly: green. Hex color #93F61A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93F61A is #6C09E5. Grayscale: #C0C0C0. Windows color (decimal): -7080422 or 1767059. OLE color: 1767059.
HSL color Cylindrical-coordinate representation of color #93F61A: hue angle of 87º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93F61A is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 246 | 26 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.04 |
| HSL | 87º | 0.92% | 0.53% | - |
| HSV(B) | 87º | 0.89% | 0.96% | - |
| XYZ | 45.17 | 72.19 | 12.53 | - |
| YUV | 191.32 | 34.7 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 246 | 26 | 0.40 | 0 | 0.89 | 0.04 | 87 | 0.92 | 0.53 |
| Hex | 93 | F6 | 1A | 28 | 0 | 59 | 4 | 57 | 5C | 35 |
| Octal | 223 | 366 | 32 | 50 | 0 | 131 | 4 | 127 | 134 | 65 |
| Binary | 10010011 | 11110110 | 11010 | 101000 | 0 | 1011001 | 100 | 1010111 | 1011100 | 110101 |
Color Harmonies of #93F61A
Complementary color
Monochromatic Colors of #93F61A
Black with #93F61A
Text Example
Text Example
White with #93F61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F61A; }
p { color: rgb(147,246,26); }
H1.HeaderClassName
{
color: #93F61A;
}
.AnyTagClassName
{
color: #93F61A;
}
</style>
background-color css
<style>
a { background-color: #93F61A; }
a { background-color: rgb(147,246,26); }
div.DivClassName
{
background-color: #93F61A;
}
.BgClassName
{
background-color: #93F61A;
}
</style>
border-color css
<style>
span { border-color: #93F61A; }
span { border-color: rgb(147,246,26); }
td.TdClassName
{
border-color: #93F61A;
}
.TagClassName
{
border-color: #93F61A;
}
</style>