Shades of Chartreuse #93FA0A
Tints of Chartreuse #93FA0A
RGB
CMYK
RGB Variations
Color information
#93FA0A (or 0x93FA0A) is known color: Chartreuse. HEX triplet: 93, FA and 0A. RGB value is (147,250,10). Sum of RGB (Red+Green+Blue) = 147+250+10=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 250 (98.05% from 255 or 61.43% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FA0A is #6C05F5. Grayscale: #C0C0C0. Windows color (decimal): -7079414 or 719507. OLE color: 719507.
HSL color Cylindrical-coordinate representation of color #93FA0A: hue angle of 85.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93FA0A is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 10 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.02 |
| HSL | 85.75º | 0.96% | 0.51% | - |
| HSV(B) | 85.75º | 0.96% | 0.98% | - |
| XYZ | 46.27 | 74.6 | 12.25 | - |
| YUV | 191.84 | 25.38 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 10 | 0.41 | 0 | 0.96 | 0.02 | 85.75 | 0.96 | 0.51 |
| Hex | 93 | FA | A | 29 | 0 | 60 | 2 | 56 | 60 | 33 |
| Octal | 223 | 372 | 12 | 51 | 0 | 140 | 2 | 126 | 140 | 63 |
| Binary | 10010011 | 11111010 | 1010 | 101001 | 0 | 1100000 | 10 | 1010110 | 1100000 | 110011 |
Color Harmonies of #93FA0A
Complementary color
Monochromatic Colors of #93FA0A
Black with #93FA0A
Text Example
Text Example
White with #93FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FA0A; }
p { color: rgb(147,250,10); }
H1.HeaderClassName
{
color: #93FA0A;
}
.AnyTagClassName
{
color: #93FA0A;
}
</style>
background-color css
<style>
a { background-color: #93FA0A; }
a { background-color: rgb(147,250,10); }
div.DivClassName
{
background-color: #93FA0A;
}
.BgClassName
{
background-color: #93FA0A;
}
</style>
border-color css
<style>
span { border-color: #93FA0A; }
span { border-color: rgb(147,250,10); }
td.TdClassName
{
border-color: #93FA0A;
}
.TagClassName
{
border-color: #93FA0A;
}
</style>