Shades of Green #186A01
Tints of Green #186A01
RGB
CMYK
RGB Variations
Color information
#186A01 (or 0x186A01) is known color: Green. HEX triplet: 18, 6A and 01. RGB value is (24,106,1). Sum of RGB (Red+Green+Blue) = 24+106+1=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 106 (41.80% from 255 or 80.92% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 106 - color contains mainly: green. Hex color #186A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186A01 is #E795FE. Grayscale: #454545. Windows color (decimal): -15177215 or 92696. OLE color: 92696.
HSL color Cylindrical-coordinate representation of color #186A01: hue angle of 106.86º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #186A01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.58 |
| HSL | 106.86º | 0.98% | 0.21% | - |
| HSV(B) | 106.86º | 0.99% | 0.42% | - |
| XYZ | 5.54 | 10.5 | 1.76 | - |
| YUV | 69.51 | 89.33 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 1 | 0.77 | 0 | 0.99 | 0.58 | 106.86 | 0.98 | 0.21 |
| Hex | 18 | 6A | 1 | 4D | 0 | 63 | 3A | 6B | 62 | 15 |
| Octal | 30 | 152 | 1 | 115 | 0 | 143 | 72 | 153 | 142 | 25 |
| Binary | 11000 | 1101010 | 1 | 1001101 | 0 | 1100011 | 111010 | 1101011 | 1100010 | 10101 |
Color Harmonies of #186A01
Complementary color
Monochromatic Colors of #186A01
Black with #186A01
Text Example
Text Example
White with #186A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A01; }
p { color: rgb(24,106,1); }
H1.HeaderClassName
{
color: #186A01;
}
.AnyTagClassName
{
color: #186A01;
}
</style>
background-color css
<style>
a { background-color: #186A01; }
a { background-color: rgb(24,106,1); }
div.DivClassName
{
background-color: #186A01;
}
.BgClassName
{
background-color: #186A01;
}
</style>
border-color css
<style>
span { border-color: #186A01; }
span { border-color: rgb(24,106,1); }
td.TdClassName
{
border-color: #186A01;
}
.TagClassName
{
border-color: #186A01;
}
</style>