Shades of Pigment Green #05984A
Tints of Pigment Green #05984A
RGB
CMYK
RGB Variations
Color information
#05984A (or 0x05984A) is known color: Pigment Green. HEX triplet: 05, 98 and 4A. RGB value is (5,152,74). Sum of RGB (Red+Green+Blue) = 5+152+74=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 152 (59.77% from 255 or 65.80% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 152 - color contains mainly: green. Hex color #05984A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05984A is #FA67B5. Grayscale: #636363. Windows color (decimal): -16410550 or 4888581. OLE color: 4888581.
HSL color Cylindrical-coordinate representation of color #05984A: hue angle of 148.16º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05984A is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 152 | 74 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.40 |
| HSL | 148.16º | 0.94% | 0.31% | - |
| HSV(B) | 148.16º | 0.97% | 0.6% | - |
| XYZ | 12.53 | 22.98 | 10.25 | - |
| YUV | 99.16 | 113.8 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 74 | 0.97 | 0 | 0.51 | 0.40 | 148.16 | 0.94 | 0.31 |
| Hex | 5 | 98 | 4A | 61 | 0 | 33 | 28 | 94 | 5E | 1F |
| Octal | 5 | 230 | 112 | 141 | 0 | 63 | 50 | 224 | 136 | 37 |
| Binary | 101 | 10011000 | 1001010 | 1100001 | 0 | 110011 | 101000 | 10010100 | 1011110 | 11111 |
Color Harmonies of #05984A
Complementary color
Monochromatic Colors of #05984A
Black with #05984A
Text Example
Text Example
White with #05984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05984A; }
p { color: rgb(5,152,74); }
H1.HeaderClassName
{
color: #05984A;
}
.AnyTagClassName
{
color: #05984A;
}
</style>
background-color css
<style>
a { background-color: #05984A; }
a { background-color: rgb(5,152,74); }
div.DivClassName
{
background-color: #05984A;
}
.BgClassName
{
background-color: #05984A;
}
</style>
border-color css
<style>
span { border-color: #05984A; }
span { border-color: rgb(5,152,74); }
td.TdClassName
{
border-color: #05984A;
}
.TagClassName
{
border-color: #05984A;
}
</style>