Shades of Pigment Green #018C4D
Tints of Pigment Green #018C4D
RGB
CMYK
RGB Variations
Color information
#018C4D (or 0x018C4D) is known color: Pigment Green. HEX triplet: 01, 8C and 4D. RGB value is (1,140,77). Sum of RGB (Red+Green+Blue) = 1+140+77=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 140 (55.08% from 255 or 64.22% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 140 - color contains mainly: green. Hex color #018C4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C4D is #FE73B2. Grayscale: #5B5B5B. Windows color (decimal): -16675763 or 5082113. OLE color: 5082113.
HSL color Cylindrical-coordinate representation of color #018C4D: hue angle of 152.81º degrees, saturation: 0.99, 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 #018C4D is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 77 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.45 |
| HSL | 152.81º | 0.99% | 0.28% | - |
| HSV(B) | 152.81º | 0.99% | 0.55% | - |
| XYZ | 10.73 | 19.3 | 10.18 | - |
| YUV | 91.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 77 | 0.99 | 0 | 0.45 | 0.45 | 152.81 | 0.99 | 0.28 |
| Hex | 1 | 8C | 4D | 63 | 0 | 2D | 2D | 99 | 63 | 1C |
| Octal | 1 | 214 | 115 | 143 | 0 | 55 | 55 | 231 | 143 | 34 |
| Binary | 1 | 10001100 | 1001101 | 1100011 | 0 | 101101 | 101101 | 10011001 | 1100011 | 11100 |
Color Harmonies of #018C4D
Complementary color
Monochromatic Colors of #018C4D
Black with #018C4D
Text Example
Text Example
White with #018C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C4D; }
p { color: rgb(1,140,77); }
H1.HeaderClassName
{
color: #018C4D;
}
.AnyTagClassName
{
color: #018C4D;
}
</style>
background-color css
<style>
a { background-color: #018C4D; }
a { background-color: rgb(1,140,77); }
div.DivClassName
{
background-color: #018C4D;
}
.BgClassName
{
background-color: #018C4D;
}
</style>
border-color css
<style>
span { border-color: #018C4D; }
span { border-color: rgb(1,140,77); }
td.TdClassName
{
border-color: #018C4D;
}
.TagClassName
{
border-color: #018C4D;
}
</style>