Shades of Green #128B02
Tints of Green #128B02
RGB
CMYK
RGB Variations
Color information
#128B02 (or 0x128B02) is known color: Green. HEX triplet: 12, 8B and 02. RGB value is (18,139,2). Sum of RGB (Red+Green+Blue) = 18+139+2=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 139 (54.69% from 255 or 87.42% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 139 - color contains mainly: green. Hex color #128B02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128B02 is #ED74FD. Grayscale: #575757. Windows color (decimal): -15561982 or 166674. OLE color: 166674.
HSL color Cylindrical-coordinate representation of color #128B02: hue angle of 112.99º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #128B02 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 139 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.45 |
| HSL | 112.99º | 0.97% | 0.28% | - |
| HSV(B) | 112.99º | 0.99% | 0.55% | - |
| XYZ | 9.49 | 18.6 | 3.15 | - |
| YUV | 87.2 | 79.91 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 2 | 0.87 | 0 | 0.99 | 0.45 | 112.99 | 0.97 | 0.28 |
| Hex | 12 | 8B | 2 | 57 | 0 | 63 | 2D | 71 | 61 | 1C |
| Octal | 22 | 213 | 2 | 127 | 0 | 143 | 55 | 161 | 141 | 34 |
| Binary | 10010 | 10001011 | 10 | 1010111 | 0 | 1100011 | 101101 | 1110001 | 1100001 | 11100 |
Color Harmonies of #128B02
Complementary color
Monochromatic Colors of #128B02
Black with #128B02
Text Example
Text Example
White with #128B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B02; }
p { color: rgb(18,139,2); }
H1.HeaderClassName
{
color: #128B02;
}
.AnyTagClassName
{
color: #128B02;
}
</style>
background-color css
<style>
a { background-color: #128B02; }
a { background-color: rgb(18,139,2); }
div.DivClassName
{
background-color: #128B02;
}
.BgClassName
{
background-color: #128B02;
}
</style>
border-color css
<style>
span { border-color: #128B02; }
span { border-color: rgb(18,139,2); }
td.TdClassName
{
border-color: #128B02;
}
.TagClassName
{
border-color: #128B02;
}
</style>