Shades of Pigment Green #00924F
Tints of Pigment Green #00924F
RGB
CMYK
RGB Variations
Color information
#00924F (or 0x00924F) is known color: Pigment Green. HEX triplet: 00, 92 and 4F. RGB value is (0,146,79). Sum of RGB (Red+Green+Blue) = 0+146+79=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 146 (57.42% from 255 or 64.89% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 146 - color contains mainly: green. Hex color #00924F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00924F is #FF6DB0. Grayscale: #5E5E5E. Windows color (decimal): -16739761 or 5214720. OLE color: 5214720.
HSL color Cylindrical-coordinate representation of color #00924F: hue angle of 152.47º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00924F is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 79 | - |
| CMYK | 1 | 0 | 0.46 | 0.43 |
| HSL | 152.47º | 1% | 0.29% | - |
| HSV(B) | 152.47º | 1% | 0.57% | - |
| XYZ | 11.69 | 21.12 | 10.86 | - |
| YUV | 94.71 | 119.13 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 79 | 1 | 0 | 0.46 | 0.43 | 152.47 | 1 | 0.29 |
| Hex | 0 | 92 | 4F | 64 | 0 | 2E | 2B | 98 | 64 | 1D |
| Octal | 0 | 222 | 117 | 144 | 0 | 56 | 53 | 230 | 144 | 35 |
| Binary | 0 | 10010010 | 1001111 | 1100100 | 0 | 101110 | 101011 | 10011000 | 1100100 | 11101 |
Color Harmonies of #00924F
Complementary color
Monochromatic Colors of #00924F
Black with #00924F
Text Example
Text Example
White with #00924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00924F; }
p { color: rgb(0,146,79); }
H1.HeaderClassName
{
color: #00924F;
}
.AnyTagClassName
{
color: #00924F;
}
</style>
background-color css
<style>
a { background-color: #00924F; }
a { background-color: rgb(0,146,79); }
div.DivClassName
{
background-color: #00924F;
}
.BgClassName
{
background-color: #00924F;
}
</style>
border-color css
<style>
span { border-color: #00924F; }
span { border-color: rgb(0,146,79); }
td.TdClassName
{
border-color: #00924F;
}
.TagClassName
{
border-color: #00924F;
}
</style>