Shades of Pigment Green #06B24C
Tints of Pigment Green #06B24C
RGB
CMYK
RGB Variations
Color information
#06B24C (or 0x06B24C) is known color: Pigment Green. HEX triplet: 06, B2 and 4C. RGB value is (6,178,76). Sum of RGB (Red+Green+Blue) = 6+178+76=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 178 (69.92% from 255 or 68.46% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 178 - color contains mainly: green. Hex color #06B24C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06B24C is #F94DB3. Grayscale: #737373. Windows color (decimal): -16338356 or 5026310. OLE color: 5026310.
HSL color Cylindrical-coordinate representation of color #06B24C: hue angle of 144.42º 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 #06B24C is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 178 | 76 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.30 |
| HSL | 144.42º | 0.93% | 0.36% | - |
| HSV(B) | 144.42º | 0.97% | 0.7% | - |
| XYZ | 17.3 | 32.4 | 12.18 | - |
| YUV | 114.94 | 106.02 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 178 | 76 | 0.97 | 0 | 0.57 | 0.30 | 144.42 | 0.93 | 0.36 |
| Hex | 6 | B2 | 4C | 61 | 0 | 39 | 1E | 90 | 5D | 24 |
| Octal | 6 | 262 | 114 | 141 | 0 | 71 | 36 | 220 | 135 | 44 |
| Binary | 110 | 10110010 | 1001100 | 1100001 | 0 | 111001 | 11110 | 10010000 | 1011101 | 100100 |
Color Harmonies of #06B24C
Complementary color
Monochromatic Colors of #06B24C
Black with #06B24C
Text Example
Text Example
White with #06B24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B24C; }
p { color: rgb(6,178,76); }
H1.HeaderClassName
{
color: #06B24C;
}
.AnyTagClassName
{
color: #06B24C;
}
</style>
background-color css
<style>
a { background-color: #06B24C; }
a { background-color: rgb(6,178,76); }
div.DivClassName
{
background-color: #06B24C;
}
.BgClassName
{
background-color: #06B24C;
}
</style>
border-color css
<style>
span { border-color: #06B24C; }
span { border-color: rgb(6,178,76); }
td.TdClassName
{
border-color: #06B24C;
}
.TagClassName
{
border-color: #06B24C;
}
</style>