Shades of Jade #01CA6B
Tints of Jade #01CA6B
RGB
CMYK
RGB Variations
Color information
#01CA6B (or 0x01CA6B) is known color: Jade. HEX triplet: 01, CA and 6B. RGB value is (1,202,107). Sum of RGB (Red+Green+Blue) = 1+202+107=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CA6B is #FE3594. Grayscale: #838383. Windows color (decimal): -16659861 or 7064065. OLE color: 7064065.
HSL color Cylindrical-coordinate representation of color #01CA6B: hue angle of 151.64º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CA6B is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 107 | - |
| CMYK | 1.00 | 0 | 0.47 | 0.21 |
| HSL | 151.64º | 0.99% | 0.4% | - |
| HSV(B) | 151.64º | 1% | 0.79% | - |
| XYZ | 23.79 | 43.31 | 21.02 | - |
| YUV | 131.07 | 114.41 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 107 | 1.00 | 0 | 0.47 | 0.21 | 151.64 | 0.99 | 0.4 |
| Hex | 1 | CA | 6B | 64 | 0 | 2F | 15 | 98 | 63 | 28 |
| Octal | 1 | 312 | 153 | 144 | 0 | 57 | 25 | 230 | 143 | 50 |
| Binary | 1 | 11001010 | 1101011 | 1100100 | 0 | 101111 | 10101 | 10011000 | 1100011 | 101000 |
Color Harmonies of #01CA6B
Complementary color
Monochromatic Colors of #01CA6B
Black with #01CA6B
Text Example
Text Example
White with #01CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CA6B; }
p { color: rgb(1,202,107); }
H1.HeaderClassName
{
color: #01CA6B;
}
.AnyTagClassName
{
color: #01CA6B;
}
</style>
background-color css
<style>
a { background-color: #01CA6B; }
a { background-color: rgb(1,202,107); }
div.DivClassName
{
background-color: #01CA6B;
}
.BgClassName
{
background-color: #01CA6B;
}
</style>
border-color css
<style>
span { border-color: #01CA6B; }
span { border-color: rgb(1,202,107); }
td.TdClassName
{
border-color: #01CA6B;
}
.TagClassName
{
border-color: #01CA6B;
}
</style>