Shades of Green #186B12
Tints of Green #186B12
RGB
CMYK
RGB Variations
Color information
#186B12 (or 0x186B12) is known color: Green. HEX triplet: 18, 6B and 12. RGB value is (24,107,18). Sum of RGB (Red+Green+Blue) = 24+107+18=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 107 (42.19% from 255 or 71.81% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 107 - color contains mainly: green. Hex color #186B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186B12 is #E794ED. Grayscale: #484848. Windows color (decimal): -15176942 or 1207064. OLE color: 1207064.
HSL color Cylindrical-coordinate representation of color #186B12: hue angle of 115.96º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #186B12 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 107 | 18 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.58 |
| HSL | 115.96º | 0.71% | 0.25% | - |
| HSV(B) | 115.96º | 0.83% | 0.42% | - |
| XYZ | 5.74 | 10.75 | 2.35 | - |
| YUV | 72.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 18 | 0.78 | 0 | 0.83 | 0.58 | 115.96 | 0.71 | 0.25 |
| Hex | 18 | 6B | 12 | 4E | 0 | 53 | 3A | 74 | 47 | 19 |
| Octal | 30 | 153 | 22 | 116 | 0 | 123 | 72 | 164 | 107 | 31 |
| Binary | 11000 | 1101011 | 10010 | 1001110 | 0 | 1010011 | 111010 | 1110100 | 1000111 | 11001 |
Color Harmonies of #186B12
Complementary color
Monochromatic Colors of #186B12
Black with #186B12
Text Example
Text Example
White with #186B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186B12; }
p { color: rgb(24,107,18); }
H1.HeaderClassName
{
color: #186B12;
}
.AnyTagClassName
{
color: #186B12;
}
</style>
background-color css
<style>
a { background-color: #186B12; }
a { background-color: rgb(24,107,18); }
div.DivClassName
{
background-color: #186B12;
}
.BgClassName
{
background-color: #186B12;
}
</style>
border-color css
<style>
span { border-color: #186B12; }
span { border-color: rgb(24,107,18); }
td.TdClassName
{
border-color: #186B12;
}
.TagClassName
{
border-color: #186B12;
}
</style>