Shades of Pigment Green #01B85D
Tints of Pigment Green #01B85D
RGB
CMYK
RGB Variations
Color information
#01B85D (or 0x01B85D) is known color: Pigment Green. HEX triplet: 01, B8 and 5D. RGB value is (1,184,93). Sum of RGB (Red+Green+Blue) = 1+184+93=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 184 (72.27% from 255 or 66.19% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 184 - color contains mainly: green. Hex color #01B85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B85D is #FE47A2. Grayscale: #777777. Windows color (decimal): -16664483 or 6141953. OLE color: 6141953.
HSL color Cylindrical-coordinate representation of color #01B85D: hue angle of 150.16º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B85D is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 93 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.28 |
| HSL | 150.16º | 0.99% | 0.36% | - |
| HSV(B) | 150.16º | 0.99% | 0.72% | - |
| XYZ | 19.13 | 35.08 | 16.12 | - |
| YUV | 118.91 | 113.37 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 93 | 0.99 | 0 | 0.49 | 0.28 | 150.16 | 0.99 | 0.36 |
| Hex | 1 | B8 | 5D | 63 | 0 | 31 | 1C | 96 | 63 | 24 |
| Octal | 1 | 270 | 135 | 143 | 0 | 61 | 34 | 226 | 143 | 44 |
| Binary | 1 | 10111000 | 1011101 | 1100011 | 0 | 110001 | 11100 | 10010110 | 1100011 | 100100 |
Color Harmonies of #01B85D
Complementary color
Monochromatic Colors of #01B85D
Black with #01B85D
Text Example
Text Example
White with #01B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B85D; }
p { color: rgb(1,184,93); }
H1.HeaderClassName
{
color: #01B85D;
}
.AnyTagClassName
{
color: #01B85D;
}
</style>
background-color css
<style>
a { background-color: #01B85D; }
a { background-color: rgb(1,184,93); }
div.DivClassName
{
background-color: #01B85D;
}
.BgClassName
{
background-color: #01B85D;
}
</style>
border-color css
<style>
span { border-color: #01B85D; }
span { border-color: rgb(1,184,93); }
td.TdClassName
{
border-color: #01B85D;
}
.TagClassName
{
border-color: #01B85D;
}
</style>