Shades of Green #018703
Tints of Green #018703
RGB
CMYK
RGB Variations
Color information
#018703 (or 0x018703) is known color: Green. HEX triplet: 01, 87 and 03. RGB value is (1,135,3). Sum of RGB (Red+Green+Blue) = 1+135+3=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 135 (53.12% from 255 or 97.12% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 135 - color contains mainly: green. Hex color #018703 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018703 is #FE78FC. Grayscale: #505050. Windows color (decimal): -16677117 or 231169. OLE color: 231169.
HSL color Cylindrical-coordinate representation of color #018703: hue angle of 120.9º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018703 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 3 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.47 |
| HSL | 120.9º | 0.99% | 0.27% | - |
| HSV(B) | 120.9º | 0.99% | 0.53% | - |
| XYZ | 8.69 | 17.34 | 2.98 | - |
| YUV | 79.89 | 84.61 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 3 | 0.99 | 0 | 0.98 | 0.47 | 120.9 | 0.99 | 0.27 |
| Hex | 1 | 87 | 3 | 63 | 0 | 62 | 2F | 79 | 63 | 1B |
| Octal | 1 | 207 | 3 | 143 | 0 | 142 | 57 | 171 | 143 | 33 |
| Binary | 1 | 10000111 | 11 | 1100011 | 0 | 1100010 | 101111 | 1111001 | 1100011 | 11011 |
Color Harmonies of #018703
Complementary color
Monochromatic Colors of #018703
Black with #018703
Text Example
Text Example
White with #018703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018703; }
p { color: rgb(1,135,3); }
H1.HeaderClassName
{
color: #018703;
}
.AnyTagClassName
{
color: #018703;
}
</style>
background-color css
<style>
a { background-color: #018703; }
a { background-color: rgb(1,135,3); }
div.DivClassName
{
background-color: #018703;
}
.BgClassName
{
background-color: #018703;
}
</style>
border-color css
<style>
span { border-color: #018703; }
span { border-color: rgb(1,135,3); }
td.TdClassName
{
border-color: #018703;
}
.TagClassName
{
border-color: #018703;
}
</style>