Shades of Green #12630C
Tints of Green #12630C
RGB
CMYK
RGB Variations
Color information
#12630C (or 0x12630C) is known color: Green. HEX triplet: 12, 63 and 0C. RGB value is (18,99,12). Sum of RGB (Red+Green+Blue) = 18+99+12=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 99 (39.06% from 255 or 76.74% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 99 - color contains mainly: green. Hex color #12630C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12630C is #ED9CF3. Grayscale: #414141. Windows color (decimal): -15572212 or 811794. OLE color: 811794.
HSL color Cylindrical-coordinate representation of color #12630C: hue angle of 115.86º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12630C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 12 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.61 |
| HSL | 115.86º | 0.78% | 0.22% | - |
| HSV(B) | 115.86º | 0.88% | 0.39% | - |
| XYZ | 4.78 | 9.08 | 1.85 | - |
| YUV | 64.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 12 | 0.82 | 0 | 0.88 | 0.61 | 115.86 | 0.78 | 0.22 |
| Hex | 12 | 63 | C | 52 | 0 | 58 | 3D | 74 | 4E | 16 |
| Octal | 22 | 143 | 14 | 122 | 0 | 130 | 75 | 164 | 116 | 26 |
| Binary | 10010 | 1100011 | 1100 | 1010010 | 0 | 1011000 | 111101 | 1110100 | 1001110 | 10110 |
Color Harmonies of #12630C
Complementary color
Monochromatic Colors of #12630C
Black with #12630C
Text Example
Text Example
White with #12630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12630C; }
p { color: rgb(18,99,12); }
H1.HeaderClassName
{
color: #12630C;
}
.AnyTagClassName
{
color: #12630C;
}
</style>
background-color css
<style>
a { background-color: #12630C; }
a { background-color: rgb(18,99,12); }
div.DivClassName
{
background-color: #12630C;
}
.BgClassName
{
background-color: #12630C;
}
</style>
border-color css
<style>
span { border-color: #12630C; }
span { border-color: rgb(18,99,12); }
td.TdClassName
{
border-color: #12630C;
}
.TagClassName
{
border-color: #12630C;
}
</style>