Shades of Pigment Green #00913A
Tints of Pigment Green #00913A
RGB
CMYK
RGB Variations
Color information
#00913A (or 0x00913A) is known color: Pigment Green. HEX triplet: 00, 91 and 3A. RGB value is (0,145,58). Sum of RGB (Red+Green+Blue) = 0+145+58=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #00913A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00913A is #FF6EC5. Grayscale: #5B5B5B. Windows color (decimal): -16740038 or 3838208. OLE color: 3838208.
HSL color Cylindrical-coordinate representation of color #00913A: hue angle of 144º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00913A is Cyan = 1, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 58 | - |
| CMYK | 1 | 0 | 0.6 | 0.43 |
| HSL | 144º | 1% | 0.28% | - |
| HSV(B) | 144º | 1% | 0.57% | - |
| XYZ | 10.89 | 20.56 | 7.4 | - |
| YUV | 91.73 | 108.96 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 58 | 1 | 0 | 0.6 | 0.43 | 144 | 1 | 0.28 |
| Hex | 0 | 91 | 3A | 64 | 0 | 3C | 2B | 90 | 64 | 1C |
| Octal | 0 | 221 | 72 | 144 | 0 | 74 | 53 | 220 | 144 | 34 |
| Binary | 0 | 10010001 | 111010 | 1100100 | 0 | 111100 | 101011 | 10010000 | 1100100 | 11100 |
Color Harmonies of #00913A
Complementary color
Monochromatic Colors of #00913A
Black with #00913A
Text Example
Text Example
White with #00913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00913A; }
p { color: rgb(0,145,58); }
H1.HeaderClassName
{
color: #00913A;
}
.AnyTagClassName
{
color: #00913A;
}
</style>
background-color css
<style>
a { background-color: #00913A; }
a { background-color: rgb(0,145,58); }
div.DivClassName
{
background-color: #00913A;
}
.BgClassName
{
background-color: #00913A;
}
</style>
border-color css
<style>
span { border-color: #00913A; }
span { border-color: rgb(0,145,58); }
td.TdClassName
{
border-color: #00913A;
}
.TagClassName
{
border-color: #00913A;
}
</style>