Shades of Jade #06C274
Tints of Jade #06C274
RGB
CMYK
RGB Variations
Color information
#06C274 (or 0x06C274) is known color: Jade. HEX triplet: 06, C2 and 74. RGB value is (6,194,116). Sum of RGB (Red+Green+Blue) = 6+194+116=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 194 (76.17% from 255 or 61.39% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 194 - color contains mainly: green. Hex color #06C274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C274 is #F93D8B. Grayscale: #818181. Windows color (decimal): -16334220 or 7651846. OLE color: 7651846.
HSL color Cylindrical-coordinate representation of color #06C274: hue angle of 155.11º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C274 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 116 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.24 |
| HSL | 155.11º | 0.94% | 0.39% | - |
| HSV(B) | 155.11º | 0.97% | 0.76% | - |
| XYZ | 22.52 | 39.88 | 23.03 | - |
| YUV | 128.9 | 120.72 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 116 | 0.97 | 0 | 0.40 | 0.24 | 155.11 | 0.94 | 0.39 |
| Hex | 6 | C2 | 74 | 61 | 0 | 28 | 18 | 9B | 5E | 27 |
| Octal | 6 | 302 | 164 | 141 | 0 | 50 | 30 | 233 | 136 | 47 |
| Binary | 110 | 11000010 | 1110100 | 1100001 | 0 | 101000 | 11000 | 10011011 | 1011110 | 100111 |
Color Harmonies of #06C274
Complementary color
Monochromatic Colors of #06C274
Black with #06C274
Text Example
Text Example
White with #06C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C274; }
p { color: rgb(6,194,116); }
H1.HeaderClassName
{
color: #06C274;
}
.AnyTagClassName
{
color: #06C274;
}
</style>
background-color css
<style>
a { background-color: #06C274; }
a { background-color: rgb(6,194,116); }
div.DivClassName
{
background-color: #06C274;
}
.BgClassName
{
background-color: #06C274;
}
</style>
border-color css
<style>
span { border-color: #06C274; }
span { border-color: rgb(6,194,116); }
td.TdClassName
{
border-color: #06C274;
}
.TagClassName
{
border-color: #06C274;
}
</style>