Shades of Jade #03C27A
Tints of Jade #03C27A
RGB
CMYK
RGB Variations
Color information
#03C27A (or 0x03C27A) is known color: Jade. HEX triplet: 03, C2 and 7A. RGB value is (3,194,122). Sum of RGB (Red+Green+Blue) = 3+194+122=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #03C27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C27A is #FC3D85. Grayscale: #808080. Windows color (decimal): -16530822 or 8045059. OLE color: 8045059.
HSL color Cylindrical-coordinate representation of color #03C27A: hue angle of 157.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C27A is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 194 | 122 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.24 |
| HSL | 157.38º | 0.97% | 0.39% | - |
| HSV(B) | 157.38º | 0.98% | 0.76% | - |
| XYZ | 22.84 | 40.01 | 24.93 | - |
| YUV | 128.68 | 124.22 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 194 | 122 | 0.98 | 0 | 0.37 | 0.24 | 157.38 | 0.97 | 0.39 |
| Hex | 3 | C2 | 7A | 62 | 0 | 25 | 18 | 9D | 61 | 27 |
| Octal | 3 | 302 | 172 | 142 | 0 | 45 | 30 | 235 | 141 | 47 |
| Binary | 11 | 11000010 | 1111010 | 1100010 | 0 | 100101 | 11000 | 10011101 | 1100001 | 100111 |
Color Harmonies of #03C27A
Complementary color
Monochromatic Colors of #03C27A
Black with #03C27A
Text Example
Text Example
White with #03C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C27A; }
p { color: rgb(3,194,122); }
H1.HeaderClassName
{
color: #03C27A;
}
.AnyTagClassName
{
color: #03C27A;
}
</style>
background-color css
<style>
a { background-color: #03C27A; }
a { background-color: rgb(3,194,122); }
div.DivClassName
{
background-color: #03C27A;
}
.BgClassName
{
background-color: #03C27A;
}
</style>
border-color css
<style>
span { border-color: #03C27A; }
span { border-color: rgb(3,194,122); }
td.TdClassName
{
border-color: #03C27A;
}
.TagClassName
{
border-color: #03C27A;
}
</style>