Shades of Jade #03C869
Tints of Jade #03C869
RGB
CMYK
RGB Variations
Color information
#03C869 (or 0x03C869) is known color: Jade. HEX triplet: 03, C8 and 69. RGB value is (3,200,105). Sum of RGB (Red+Green+Blue) = 3+200+105=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 200 (78.52% from 255 or 64.94% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 200 - color contains mainly: green. Hex color #03C869 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C869 is #FC3796. Grayscale: #828282. Windows color (decimal): -16529303 or 6932483. OLE color: 6932483.
HSL color Cylindrical-coordinate representation of color #03C869: hue angle of 151.07º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C869 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 200 | 105 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.22 |
| HSL | 151.07º | 0.97% | 0.4% | - |
| HSV(B) | 151.07º | 0.99% | 0.78% | - |
| XYZ | 23.24 | 42.35 | 20.31 | - |
| YUV | 130.27 | 113.73 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 200 | 105 | 0.98 | 0 | 0.48 | 0.22 | 151.07 | 0.97 | 0.4 |
| Hex | 3 | C8 | 69 | 62 | 0 | 30 | 16 | 97 | 61 | 28 |
| Octal | 3 | 310 | 151 | 142 | 0 | 60 | 26 | 227 | 141 | 50 |
| Binary | 11 | 11001000 | 1101001 | 1100010 | 0 | 110000 | 10110 | 10010111 | 1100001 | 101000 |
Color Harmonies of #03C869
Complementary color
Monochromatic Colors of #03C869
Black with #03C869
Text Example
Text Example
White with #03C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C869; }
p { color: rgb(3,200,105); }
H1.HeaderClassName
{
color: #03C869;
}
.AnyTagClassName
{
color: #03C869;
}
</style>
background-color css
<style>
a { background-color: #03C869; }
a { background-color: rgb(3,200,105); }
div.DivClassName
{
background-color: #03C869;
}
.BgClassName
{
background-color: #03C869;
}
</style>
border-color css
<style>
span { border-color: #03C869; }
span { border-color: rgb(3,200,105); }
td.TdClassName
{
border-color: #03C869;
}
.TagClassName
{
border-color: #03C869;
}
</style>