Shades of Green #188B06
Tints of Green #188B06
RGB
CMYK
RGB Variations
Color information
#188B06 (or 0x188B06) is known color: Green. HEX triplet: 18, 8B and 06. RGB value is (24,139,6). Sum of RGB (Red+Green+Blue) = 24+139+6=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 139 (54.69% from 255 or 82.25% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 139 - color contains mainly: green. Hex color #188B06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188B06 is #E774F9. Grayscale: #595959. Windows color (decimal): -15168762 or 428824. OLE color: 428824.
HSL color Cylindrical-coordinate representation of color #188B06: hue angle of 111.88º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #188B06 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 139 | 6 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.45 |
| HSL | 111.88º | 0.92% | 0.28% | - |
| HSV(B) | 111.88º | 0.96% | 0.55% | - |
| XYZ | 9.64 | 18.67 | 3.27 | - |
| YUV | 89.45 | 80.9 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 6 | 0.83 | 0 | 0.96 | 0.45 | 111.88 | 0.92 | 0.28 |
| Hex | 18 | 8B | 6 | 53 | 0 | 60 | 2D | 70 | 5C | 1C |
| Octal | 30 | 213 | 6 | 123 | 0 | 140 | 55 | 160 | 134 | 34 |
| Binary | 11000 | 10001011 | 110 | 1010011 | 0 | 1100000 | 101101 | 1110000 | 1011100 | 11100 |
Color Harmonies of #188B06
Complementary color
Monochromatic Colors of #188B06
Black with #188B06
Text Example
Text Example
White with #188B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188B06; }
p { color: rgb(24,139,6); }
H1.HeaderClassName
{
color: #188B06;
}
.AnyTagClassName
{
color: #188B06;
}
</style>
background-color css
<style>
a { background-color: #188B06; }
a { background-color: rgb(24,139,6); }
div.DivClassName
{
background-color: #188B06;
}
.BgClassName
{
background-color: #188B06;
}
</style>
border-color css
<style>
span { border-color: #188B06; }
span { border-color: rgb(24,139,6); }
td.TdClassName
{
border-color: #188B06;
}
.TagClassName
{
border-color: #188B06;
}
</style>