Shades of Green #186701
Tints of Green #186701
RGB
CMYK
RGB Variations
Color information
#186701 (or 0x186701) is known color: Green. HEX triplet: 18, 67 and 01. RGB value is (24,103,1). Sum of RGB (Red+Green+Blue) = 24+103+1=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 103 (40.62% from 255 or 80.47% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 103 - color contains mainly: green. Hex color #186701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186701 is #E798FE. Grayscale: #444444. Windows color (decimal): -15177983 or 91928. OLE color: 91928.
HSL color Cylindrical-coordinate representation of color #186701: hue angle of 106.47º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #186701 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 103 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.60 |
| HSL | 106.47º | 0.98% | 0.2% | - |
| HSV(B) | 106.47º | 0.99% | 0.4% | - |
| XYZ | 5.23 | 9.9 | 1.66 | - |
| YUV | 67.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 1 | 0.77 | 0 | 0.99 | 0.60 | 106.47 | 0.98 | 0.2 |
| Hex | 18 | 67 | 1 | 4D | 0 | 63 | 3C | 6A | 62 | 14 |
| Octal | 30 | 147 | 1 | 115 | 0 | 143 | 74 | 152 | 142 | 24 |
| Binary | 11000 | 1100111 | 1 | 1001101 | 0 | 1100011 | 111100 | 1101010 | 1100010 | 10100 |
Color Harmonies of #186701
Complementary color
Monochromatic Colors of #186701
Black with #186701
Text Example
Text Example
White with #186701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186701; }
p { color: rgb(24,103,1); }
H1.HeaderClassName
{
color: #186701;
}
.AnyTagClassName
{
color: #186701;
}
</style>
background-color css
<style>
a { background-color: #186701; }
a { background-color: rgb(24,103,1); }
div.DivClassName
{
background-color: #186701;
}
.BgClassName
{
background-color: #186701;
}
</style>
border-color css
<style>
span { border-color: #186701; }
span { border-color: rgb(24,103,1); }
td.TdClassName
{
border-color: #186701;
}
.TagClassName
{
border-color: #186701;
}
</style>