Shades of Green #128A0D
Tints of Green #128A0D
RGB
CMYK
RGB Variations
Color information
#128A0D (or 0x128A0D) is known color: Green. HEX triplet: 12, 8A and 0D. RGB value is (18,138,13). Sum of RGB (Red+Green+Blue) = 18+138+13=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 138 (54.30% from 255 or 81.66% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 138 - color contains mainly: green. Hex color #128A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128A0D is #ED75F2. Grayscale: #585858. Windows color (decimal): -15562227 or 887314. OLE color: 887314.
HSL color Cylindrical-coordinate representation of color #128A0D: hue angle of 117.6º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128A0D is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 138 | 13 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.46 |
| HSL | 117.6º | 0.83% | 0.3% | - |
| HSV(B) | 117.6º | 0.91% | 0.54% | - |
| XYZ | 9.41 | 18.33 | 3.42 | - |
| YUV | 87.87 | 85.74 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 13 | 0.87 | 0 | 0.91 | 0.46 | 117.6 | 0.83 | 0.3 |
| Hex | 12 | 8A | D | 57 | 0 | 5B | 2E | 76 | 53 | 1E |
| Octal | 22 | 212 | 15 | 127 | 0 | 133 | 56 | 166 | 123 | 36 |
| Binary | 10010 | 10001010 | 1101 | 1010111 | 0 | 1011011 | 101110 | 1110110 | 1010011 | 11110 |
Color Harmonies of #128A0D
Complementary color
Monochromatic Colors of #128A0D
Black with #128A0D
Text Example
Text Example
White with #128A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128A0D; }
p { color: rgb(18,138,13); }
H1.HeaderClassName
{
color: #128A0D;
}
.AnyTagClassName
{
color: #128A0D;
}
</style>
background-color css
<style>
a { background-color: #128A0D; }
a { background-color: rgb(18,138,13); }
div.DivClassName
{
background-color: #128A0D;
}
.BgClassName
{
background-color: #128A0D;
}
</style>
border-color css
<style>
span { border-color: #128A0D; }
span { border-color: rgb(18,138,13); }
td.TdClassName
{
border-color: #128A0D;
}
.TagClassName
{
border-color: #128A0D;
}
</style>