Shades of Pigment Green #009250
Tints of Pigment Green #009250
RGB
CMYK
RGB Variations
Color information
#009250 (or 0x009250) is known color: Pigment Green. HEX triplet: 00, 92 and 50. RGB value is (0,146,80). Sum of RGB (Red+Green+Blue) = 0+146+80=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #009250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009250 is #FF6DAF. Grayscale: #5E5E5E. Windows color (decimal): -16739760 or 5280256. OLE color: 5280256.
HSL color Cylindrical-coordinate representation of color #009250: hue angle of 152.88º 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 #009250 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 80 | - |
| CMYK | 1 | 0 | 0.45 | 0.43 |
| HSL | 152.88º | 1% | 0.29% | - |
| HSV(B) | 152.88º | 1% | 0.57% | - |
| XYZ | 11.73 | 21.14 | 11.05 | - |
| YUV | 94.82 | 119.63 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 80 | 1 | 0 | 0.45 | 0.43 | 152.88 | 1 | 0.29 |
| Hex | 0 | 92 | 50 | 64 | 0 | 2D | 2B | 99 | 64 | 1D |
| Octal | 0 | 222 | 120 | 144 | 0 | 55 | 53 | 231 | 144 | 35 |
| Binary | 0 | 10010010 | 1010000 | 1100100 | 0 | 101101 | 101011 | 10011001 | 1100100 | 11101 |
Color Harmonies of #009250
Complementary color
Monochromatic Colors of #009250
Black with #009250
Text Example
Text Example
White with #009250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009250; }
p { color: rgb(0,146,80); }
H1.HeaderClassName
{
color: #009250;
}
.AnyTagClassName
{
color: #009250;
}
</style>
background-color css
<style>
a { background-color: #009250; }
a { background-color: rgb(0,146,80); }
div.DivClassName
{
background-color: #009250;
}
.BgClassName
{
background-color: #009250;
}
</style>
border-color css
<style>
span { border-color: #009250; }
span { border-color: rgb(0,146,80); }
td.TdClassName
{
border-color: #009250;
}
.TagClassName
{
border-color: #009250;
}
</style>