Shades of Green #018B0C
Tints of Green #018B0C
RGB
CMYK
RGB Variations
Color information
#018B0C (or 0x018B0C) is known color: Green. HEX triplet: 01, 8B and 0C. RGB value is (1,139,12). Sum of RGB (Red+Green+Blue) = 1+139+12=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 139 (54.69% from 255 or 91.45% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 139 - color contains mainly: green. Hex color #018B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018B0C is #FE74F3. Grayscale: #535353. Windows color (decimal): -16676084 or 822017. OLE color: 822017.
HSL color Cylindrical-coordinate representation of color #018B0C: hue angle of 124.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B0C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 12 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.45 |
| HSL | 124.78º | 0.99% | 0.27% | - |
| HSV(B) | 124.78º | 0.99% | 0.55% | - |
| XYZ | 9.31 | 18.5 | 3.43 | - |
| YUV | 83.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 12 | 0.99 | 0 | 0.91 | 0.45 | 124.78 | 0.99 | 0.27 |
| Hex | 1 | 8B | C | 63 | 0 | 5B | 2D | 7D | 63 | 1B |
| Octal | 1 | 213 | 14 | 143 | 0 | 133 | 55 | 175 | 143 | 33 |
| Binary | 1 | 10001011 | 1100 | 1100011 | 0 | 1011011 | 101101 | 1111101 | 1100011 | 11011 |
Color Harmonies of #018B0C
Complementary color
Monochromatic Colors of #018B0C
Black with #018B0C
Text Example
Text Example
White with #018B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B0C; }
p { color: rgb(1,139,12); }
H1.HeaderClassName
{
color: #018B0C;
}
.AnyTagClassName
{
color: #018B0C;
}
</style>
background-color css
<style>
a { background-color: #018B0C; }
a { background-color: rgb(1,139,12); }
div.DivClassName
{
background-color: #018B0C;
}
.BgClassName
{
background-color: #018B0C;
}
</style>
border-color css
<style>
span { border-color: #018B0C; }
span { border-color: rgb(1,139,12); }
td.TdClassName
{
border-color: #018B0C;
}
.TagClassName
{
border-color: #018B0C;
}
</style>