Shades of Pigment Green #00BA5D
Tints of Pigment Green #00BA5D
RGB
CMYK
RGB Variations
Color information
#00BA5D (or 0x00BA5D) is known color: Pigment Green. HEX triplet: 00, BA and 5D. RGB value is (0,186,93). Sum of RGB (Red+Green+Blue) = 0+186+93=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BA5D is #FF45A2. Grayscale: #777777. Windows color (decimal): -16729507 or 6142464. OLE color: 6142464.
HSL color Cylindrical-coordinate representation of color #00BA5D: hue angle of 150º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA5D is Cyan = 1, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 93 | - |
| CMYK | 1 | 0 | 0.5 | 0.27 |
| HSL | 150º | 1% | 0.36% | - |
| HSV(B) | 150º | 1% | 0.73% | - |
| XYZ | 19.53 | 35.91 | 16.26 | - |
| YUV | 119.78 | 112.88 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 93 | 1 | 0 | 0.5 | 0.27 | 150 | 1 | 0.36 |
| Hex | 0 | BA | 5D | 64 | 0 | 32 | 1B | 96 | 64 | 24 |
| Octal | 0 | 272 | 135 | 144 | 0 | 62 | 33 | 226 | 144 | 44 |
| Binary | 0 | 10111010 | 1011101 | 1100100 | 0 | 110010 | 11011 | 10010110 | 1100100 | 100100 |
Color Harmonies of #00BA5D
Complementary color
Monochromatic Colors of #00BA5D
Black with #00BA5D
Text Example
Text Example
White with #00BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA5D; }
p { color: rgb(0,186,93); }
H1.HeaderClassName
{
color: #00BA5D;
}
.AnyTagClassName
{
color: #00BA5D;
}
</style>
background-color css
<style>
a { background-color: #00BA5D; }
a { background-color: rgb(0,186,93); }
div.DivClassName
{
background-color: #00BA5D;
}
.BgClassName
{
background-color: #00BA5D;
}
</style>
border-color css
<style>
span { border-color: #00BA5D; }
span { border-color: rgb(0,186,93); }
td.TdClassName
{
border-color: #00BA5D;
}
.TagClassName
{
border-color: #00BA5D;
}
</style>