Shades of Lawn Green #73FA0A
Tints of Lawn Green #73FA0A
RGB
CMYK
RGB Variations
Color information
#73FA0A (or 0x73FA0A) is known color: Lawn Green. HEX triplet: 73, FA and 0A. RGB value is (115,250,10). Sum of RGB (Red+Green+Blue) = 115+250+10=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FA0A is #8C05F5. Grayscale: #B7B7B7. Windows color (decimal): -9176566 or 719475. OLE color: 719475.
HSL color Cylindrical-coordinate representation of color #73FA0A: hue angle of 93.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 #73FA0A is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 10 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.02 |
| HSL | 93.75º | 0.96% | 0.51% | - |
| HSV(B) | 93.75º | 0.96% | 0.98% | - |
| XYZ | 41.31 | 72.04 | 12.01 | - |
| YUV | 182.28 | 30.77 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 10 | 0.54 | 0 | 0.96 | 0.02 | 93.75 | 0.96 | 0.51 |
| Hex | 73 | FA | A | 36 | 0 | 60 | 2 | 5E | 60 | 33 |
| Octal | 163 | 372 | 12 | 66 | 0 | 140 | 2 | 136 | 140 | 63 |
| Binary | 1110011 | 11111010 | 1010 | 110110 | 0 | 1100000 | 10 | 1011110 | 1100000 | 110011 |
Color Harmonies of #73FA0A
Complementary color
Monochromatic Colors of #73FA0A
Black with #73FA0A
Text Example
Text Example
White with #73FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA0A; }
p { color: rgb(115,250,10); }
H1.HeaderClassName
{
color: #73FA0A;
}
.AnyTagClassName
{
color: #73FA0A;
}
</style>
background-color css
<style>
a { background-color: #73FA0A; }
a { background-color: rgb(115,250,10); }
div.DivClassName
{
background-color: #73FA0A;
}
.BgClassName
{
background-color: #73FA0A;
}
</style>
border-color css
<style>
span { border-color: #73FA0A; }
span { border-color: rgb(115,250,10); }
td.TdClassName
{
border-color: #73FA0A;
}
.TagClassName
{
border-color: #73FA0A;
}
</style>