Shades of Green #18760F
Tints of Green #18760F
RGB
CMYK
RGB Variations
Color information
#18760F (or 0x18760F) is known color: Green. HEX triplet: 18, 76 and 0F. RGB value is (24,118,15). Sum of RGB (Red+Green+Blue) = 24+118+15=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 118 (46.48% from 255 or 75.16% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 118 - color contains mainly: green. Hex color #18760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18760F is #E789F0. Grayscale: #4E4E4E. Windows color (decimal): -15174129 or 1013272. OLE color: 1013272.
HSL color Cylindrical-coordinate representation of color #18760F: hue angle of 114.76º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18760F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 118 | 15 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.54 |
| HSL | 114.76º | 0.77% | 0.26% | - |
| HSV(B) | 114.76º | 0.87% | 0.46% | - |
| XYZ | 6.94 | 13.19 | 2.63 | - |
| YUV | 78.15 | 92.36 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 15 | 0.80 | 0 | 0.87 | 0.54 | 114.76 | 0.77 | 0.26 |
| Hex | 18 | 76 | F | 50 | 0 | 57 | 36 | 73 | 4D | 1A |
| Octal | 30 | 166 | 17 | 120 | 0 | 127 | 66 | 163 | 115 | 32 |
| Binary | 11000 | 1110110 | 1111 | 1010000 | 0 | 1010111 | 110110 | 1110011 | 1001101 | 11010 |
Color Harmonies of #18760F
Complementary color
Monochromatic Colors of #18760F
Black with #18760F
Text Example
Text Example
White with #18760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18760F; }
p { color: rgb(24,118,15); }
H1.HeaderClassName
{
color: #18760F;
}
.AnyTagClassName
{
color: #18760F;
}
</style>
background-color css
<style>
a { background-color: #18760F; }
a { background-color: rgb(24,118,15); }
div.DivClassName
{
background-color: #18760F;
}
.BgClassName
{
background-color: #18760F;
}
</style>
border-color css
<style>
span { border-color: #18760F; }
span { border-color: rgb(24,118,15); }
td.TdClassName
{
border-color: #18760F;
}
.TagClassName
{
border-color: #18760F;
}
</style>