Shades of Green #18770C
Tints of Green #18770C
RGB
CMYK
RGB Variations
Color information
#18770C (or 0x18770C) is known color: Green. HEX triplet: 18, 77 and 0C. RGB value is (24,119,12). Sum of RGB (Red+Green+Blue) = 24+119+12=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #18770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18770C is #E788F3. Grayscale: #4E4E4E. Windows color (decimal): -15173876 or 816920. OLE color: 816920.
HSL color Cylindrical-coordinate representation of color #18770C: hue angle of 113.27º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18770C is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 119 | 12 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.53 |
| HSL | 113.27º | 0.82% | 0.26% | - |
| HSV(B) | 113.27º | 0.9% | 0.47% | - |
| XYZ | 7.04 | 13.41 | 2.57 | - |
| YUV | 78.4 | 90.53 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 12 | 0.80 | 0 | 0.90 | 0.53 | 113.27 | 0.82 | 0.26 |
| Hex | 18 | 77 | C | 50 | 0 | 5A | 35 | 71 | 52 | 1A |
| Octal | 30 | 167 | 14 | 120 | 0 | 132 | 65 | 161 | 122 | 32 |
| Binary | 11000 | 1110111 | 1100 | 1010000 | 0 | 1011010 | 110101 | 1110001 | 1010010 | 11010 |
Color Harmonies of #18770C
Complementary color
Monochromatic Colors of #18770C
Black with #18770C
Text Example
Text Example
White with #18770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18770C; }
p { color: rgb(24,119,12); }
H1.HeaderClassName
{
color: #18770C;
}
.AnyTagClassName
{
color: #18770C;
}
</style>
background-color css
<style>
a { background-color: #18770C; }
a { background-color: rgb(24,119,12); }
div.DivClassName
{
background-color: #18770C;
}
.BgClassName
{
background-color: #18770C;
}
</style>
border-color css
<style>
span { border-color: #18770C; }
span { border-color: rgb(24,119,12); }
td.TdClassName
{
border-color: #18770C;
}
.TagClassName
{
border-color: #18770C;
}
</style>