Shades of Green #18690A
Tints of Green #18690A
RGB
CMYK
RGB Variations
Color information
#18690A (or 0x18690A) is known color: Green. HEX triplet: 18, 69 and 0A. RGB value is (24,105,10). Sum of RGB (Red+Green+Blue) = 24+105+10=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 105 (41.41% from 255 or 75.54% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 105 - color contains mainly: green. Hex color #18690A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18690A is #E796F5. Grayscale: #464646. Windows color (decimal): -15177462 or 682264. OLE color: 682264.
HSL color Cylindrical-coordinate representation of color #18690A: hue angle of 111.16º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18690A is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 105 | 10 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.59 |
| HSL | 111.16º | 0.83% | 0.23% | - |
| HSV(B) | 111.16º | 0.9% | 0.41% | - |
| XYZ | 5.48 | 10.32 | 1.99 | - |
| YUV | 69.95 | 94.16 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 10 | 0.77 | 0 | 0.90 | 0.59 | 111.16 | 0.83 | 0.23 |
| Hex | 18 | 69 | A | 4D | 0 | 5A | 3B | 6F | 53 | 17 |
| Octal | 30 | 151 | 12 | 115 | 0 | 132 | 73 | 157 | 123 | 27 |
| Binary | 11000 | 1101001 | 1010 | 1001101 | 0 | 1011010 | 111011 | 1101111 | 1010011 | 10111 |
Color Harmonies of #18690A
Complementary color
Monochromatic Colors of #18690A
Black with #18690A
Text Example
Text Example
White with #18690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18690A; }
p { color: rgb(24,105,10); }
H1.HeaderClassName
{
color: #18690A;
}
.AnyTagClassName
{
color: #18690A;
}
</style>
background-color css
<style>
a { background-color: #18690A; }
a { background-color: rgb(24,105,10); }
div.DivClassName
{
background-color: #18690A;
}
.BgClassName
{
background-color: #18690A;
}
</style>
border-color css
<style>
span { border-color: #18690A; }
span { border-color: rgb(24,105,10); }
td.TdClassName
{
border-color: #18690A;
}
.TagClassName
{
border-color: #18690A;
}
</style>