Shades of Pigment Green #01B85C
Tints of Pigment Green #01B85C
RGB
CMYK
RGB Variations
Color information
#01B85C (or 0x01B85C) is known color: Pigment Green. HEX triplet: 01, B8 and 5C. RGB value is (1,184,92). Sum of RGB (Red+Green+Blue) = 1+184+92=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 184 (72.27% from 255 or 66.43% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 184 - color contains mainly: green. Hex color #01B85C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B85C is #FE47A3. Grayscale: #767676. Windows color (decimal): -16664484 or 6076417. OLE color: 6076417.
HSL color Cylindrical-coordinate representation of color #01B85C: hue angle of 149.84º 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 #01B85C is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 92 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.28 |
| HSL | 149.84º | 0.99% | 0.36% | - |
| HSV(B) | 149.84º | 0.99% | 0.72% | - |
| XYZ | 19.08 | 35.06 | 15.89 | - |
| YUV | 118.8 | 112.87 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 92 | 0.99 | 0 | 0.50 | 0.28 | 149.84 | 0.99 | 0.36 |
| Hex | 1 | B8 | 5C | 63 | 0 | 32 | 1C | 96 | 63 | 24 |
| Octal | 1 | 270 | 134 | 143 | 0 | 62 | 34 | 226 | 143 | 44 |
| Binary | 1 | 10111000 | 1011100 | 1100011 | 0 | 110010 | 11100 | 10010110 | 1100011 | 100100 |
Color Harmonies of #01B85C
Complementary color
Monochromatic Colors of #01B85C
Black with #01B85C
Text Example
Text Example
White with #01B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B85C; }
p { color: rgb(1,184,92); }
H1.HeaderClassName
{
color: #01B85C;
}
.AnyTagClassName
{
color: #01B85C;
}
</style>
background-color css
<style>
a { background-color: #01B85C; }
a { background-color: rgb(1,184,92); }
div.DivClassName
{
background-color: #01B85C;
}
.BgClassName
{
background-color: #01B85C;
}
</style>
border-color css
<style>
span { border-color: #01B85C; }
span { border-color: rgb(1,184,92); }
td.TdClassName
{
border-color: #01B85C;
}
.TagClassName
{
border-color: #01B85C;
}
</style>