Shades of Pigment Green #06B24D
Tints of Pigment Green #06B24D
RGB
CMYK
RGB Variations
Color information
#06B24D (or 0x06B24D) is known color: Pigment Green. HEX triplet: 06, B2 and 4D. RGB value is (6,178,77). Sum of RGB (Red+Green+Blue) = 6+178+77=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 178 (69.92% from 255 or 68.20% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 178 - color contains mainly: green. Hex color #06B24D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B24D is #F94DB2. Grayscale: #737373. Windows color (decimal): -16338355 or 5091846. OLE color: 5091846.
HSL color Cylindrical-coordinate representation of color #06B24D: hue angle of 144.77º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B24D is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 178 | 77 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.30 |
| HSL | 144.77º | 0.93% | 0.36% | - |
| HSV(B) | 144.77º | 0.97% | 0.7% | - |
| XYZ | 17.34 | 32.42 | 12.36 | - |
| YUV | 115.06 | 106.52 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 178 | 77 | 0.97 | 0 | 0.57 | 0.30 | 144.77 | 0.93 | 0.36 |
| Hex | 6 | B2 | 4D | 61 | 0 | 39 | 1E | 91 | 5D | 24 |
| Octal | 6 | 262 | 115 | 141 | 0 | 71 | 36 | 221 | 135 | 44 |
| Binary | 110 | 10110010 | 1001101 | 1100001 | 0 | 111001 | 11110 | 10010001 | 1011101 | 100100 |
Color Harmonies of #06B24D
Complementary color
Monochromatic Colors of #06B24D
Black with #06B24D
Text Example
Text Example
White with #06B24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B24D; }
p { color: rgb(6,178,77); }
H1.HeaderClassName
{
color: #06B24D;
}
.AnyTagClassName
{
color: #06B24D;
}
</style>
background-color css
<style>
a { background-color: #06B24D; }
a { background-color: rgb(6,178,77); }
div.DivClassName
{
background-color: #06B24D;
}
.BgClassName
{
background-color: #06B24D;
}
</style>
border-color css
<style>
span { border-color: #06B24D; }
span { border-color: rgb(6,178,77); }
td.TdClassName
{
border-color: #06B24D;
}
.TagClassName
{
border-color: #06B24D;
}
</style>