Shades of Pigment Green #018C4B
Tints of Pigment Green #018C4B
RGB
CMYK
RGB Variations
Color information
#018C4B (or 0x018C4B) is known color: Pigment Green. HEX triplet: 01, 8C and 4B. RGB value is (1,140,75). Sum of RGB (Red+Green+Blue) = 1+140+75=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 140 (55.08% from 255 or 64.81% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 140 - color contains mainly: green. Hex color #018C4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C4B is #FE73B4. Grayscale: #5B5B5B. Windows color (decimal): -16675765 or 4951041. OLE color: 4951041.
HSL color Cylindrical-coordinate representation of color #018C4B: hue angle of 151.94º 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 #018C4B is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 75 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.45 |
| HSL | 151.94º | 0.99% | 0.28% | - |
| HSV(B) | 151.94º | 0.99% | 0.55% | - |
| XYZ | 10.66 | 19.27 | 9.81 | - |
| YUV | 91.03 | 118.95 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 75 | 0.99 | 0 | 0.46 | 0.45 | 151.94 | 0.99 | 0.28 |
| Hex | 1 | 8C | 4B | 63 | 0 | 2E | 2D | 98 | 63 | 1C |
| Octal | 1 | 214 | 113 | 143 | 0 | 56 | 55 | 230 | 143 | 34 |
| Binary | 1 | 10001100 | 1001011 | 1100011 | 0 | 101110 | 101101 | 10011000 | 1100011 | 11100 |
Color Harmonies of #018C4B
Complementary color
Monochromatic Colors of #018C4B
Black with #018C4B
Text Example
Text Example
White with #018C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C4B; }
p { color: rgb(1,140,75); }
H1.HeaderClassName
{
color: #018C4B;
}
.AnyTagClassName
{
color: #018C4B;
}
</style>
background-color css
<style>
a { background-color: #018C4B; }
a { background-color: rgb(1,140,75); }
div.DivClassName
{
background-color: #018C4B;
}
.BgClassName
{
background-color: #018C4B;
}
</style>
border-color css
<style>
span { border-color: #018C4B; }
span { border-color: rgb(1,140,75); }
td.TdClassName
{
border-color: #018C4B;
}
.TagClassName
{
border-color: #018C4B;
}
</style>