Shades of Pigment Green #018F4D
Tints of Pigment Green #018F4D
RGB
CMYK
RGB Variations
Color information
#018F4D (or 0x018F4D) is known color: Pigment Green. HEX triplet: 01, 8F and 4D. RGB value is (1,143,77). Sum of RGB (Red+Green+Blue) = 1+143+77=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #018F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F4D is #FE70B2. Grayscale: #5D5D5D. Windows color (decimal): -16674995 or 5082881. OLE color: 5082881.
HSL color Cylindrical-coordinate representation of color #018F4D: hue angle of 152.11º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F4D is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 77 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.44 |
| HSL | 152.11º | 0.99% | 0.28% | - |
| HSV(B) | 152.11º | 0.99% | 0.56% | - |
| XYZ | 11.17 | 20.19 | 10.33 | - |
| YUV | 93.02 | 118.96 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 77 | 0.99 | 0 | 0.46 | 0.44 | 152.11 | 0.99 | 0.28 |
| Hex | 1 | 8F | 4D | 63 | 0 | 2E | 2C | 98 | 63 | 1C |
| Octal | 1 | 217 | 115 | 143 | 0 | 56 | 54 | 230 | 143 | 34 |
| Binary | 1 | 10001111 | 1001101 | 1100011 | 0 | 101110 | 101100 | 10011000 | 1100011 | 11100 |
Color Harmonies of #018F4D
Complementary color
Monochromatic Colors of #018F4D
Black with #018F4D
Text Example
Text Example
White with #018F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F4D; }
p { color: rgb(1,143,77); }
H1.HeaderClassName
{
color: #018F4D;
}
.AnyTagClassName
{
color: #018F4D;
}
</style>
background-color css
<style>
a { background-color: #018F4D; }
a { background-color: rgb(1,143,77); }
div.DivClassName
{
background-color: #018F4D;
}
.BgClassName
{
background-color: #018F4D;
}
</style>
border-color css
<style>
span { border-color: #018F4D; }
span { border-color: rgb(1,143,77); }
td.TdClassName
{
border-color: #018F4D;
}
.TagClassName
{
border-color: #018F4D;
}
</style>