Shades of Green #186000
Tints of Green #186000
RGB
CMYK
RGB Variations
Color information
#186000 (or 0x186000) is known color: Green. HEX triplet: 18, 60 and 00. RGB value is (24,96,0). Sum of RGB (Red+Green+Blue) = 24+96+0=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #186000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186000 is #E79FFF. Grayscale: #3F3F3F. Windows color (decimal): -15179776 or 24600. OLE color: 24600.
HSL color Cylindrical-coordinate representation of color #186000: hue angle of 105º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #186000 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 96 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.62 |
| HSL | 105º | 1% | 0.19% | - |
| HSV(B) | 105º | 1% | 0.38% | - |
| XYZ | 4.56 | 8.56 | 1.41 | - |
| YUV | 63.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 0 | 0.75 | 0 | 1 | 0.62 | 105 | 1 | 0.19 |
| Hex | 18 | 60 | 0 | 4B | 0 | 64 | 3E | 69 | 64 | 13 |
| Octal | 30 | 140 | 0 | 113 | 0 | 144 | 76 | 151 | 144 | 23 |
| Binary | 11000 | 1100000 | 0 | 1001011 | 0 | 1100100 | 111110 | 1101001 | 1100100 | 10011 |
Color Harmonies of #186000
Complementary color
Monochromatic Colors of #186000
Black with #186000
Text Example
Text Example
White with #186000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186000; }
p { color: rgb(24,96,0); }
H1.HeaderClassName
{
color: #186000;
}
.AnyTagClassName
{
color: #186000;
}
</style>
background-color css
<style>
a { background-color: #186000; }
a { background-color: rgb(24,96,0); }
div.DivClassName
{
background-color: #186000;
}
.BgClassName
{
background-color: #186000;
}
</style>
border-color css
<style>
span { border-color: #186000; }
span { border-color: rgb(24,96,0); }
td.TdClassName
{
border-color: #186000;
}
.TagClassName
{
border-color: #186000;
}
</style>