Shades of Green #186301
Tints of Green #186301
RGB
CMYK
RGB Variations
Color information
#186301 (or 0x186301) is known color: Green. HEX triplet: 18, 63 and 01. RGB value is (24,99,1). Sum of RGB (Red+Green+Blue) = 24+99+1=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #186301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186301 is #E79CFE. Grayscale: #414141. Windows color (decimal): -15179007 or 90904. OLE color: 90904.
HSL color Cylindrical-coordinate representation of color #186301: hue angle of 105.92º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #186301 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.61 |
| HSL | 105.92º | 0.98% | 0.2% | - |
| HSV(B) | 105.92º | 0.99% | 0.39% | - |
| XYZ | 4.84 | 9.12 | 1.53 | - |
| YUV | 65.4 | 91.65 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 1 | 0.76 | 0 | 0.99 | 0.61 | 105.92 | 0.98 | 0.2 |
| Hex | 18 | 63 | 1 | 4C | 0 | 63 | 3D | 6A | 62 | 14 |
| Octal | 30 | 143 | 1 | 114 | 0 | 143 | 75 | 152 | 142 | 24 |
| Binary | 11000 | 1100011 | 1 | 1001100 | 0 | 1100011 | 111101 | 1101010 | 1100010 | 10100 |
Color Harmonies of #186301
Complementary color
Monochromatic Colors of #186301
Black with #186301
Text Example
Text Example
White with #186301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186301; }
p { color: rgb(24,99,1); }
H1.HeaderClassName
{
color: #186301;
}
.AnyTagClassName
{
color: #186301;
}
</style>
background-color css
<style>
a { background-color: #186301; }
a { background-color: rgb(24,99,1); }
div.DivClassName
{
background-color: #186301;
}
.BgClassName
{
background-color: #186301;
}
</style>
border-color css
<style>
span { border-color: #186301; }
span { border-color: rgb(24,99,1); }
td.TdClassName
{
border-color: #186301;
}
.TagClassName
{
border-color: #186301;
}
</style>