Shades of Jade #01BE6A
Tints of Jade #01BE6A
RGB
CMYK
RGB Variations
Color information
#01BE6A (or 0x01BE6A) is known color: Jade. HEX triplet: 01, BE and 6A. RGB value is (1,190,106). Sum of RGB (Red+Green+Blue) = 1+190+106=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 190 (74.61% from 255 or 63.97% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE6A is #FE4195. Grayscale: #7C7C7C. Windows color (decimal): -16662934 or 6995457. OLE color: 6995457.
HSL color Cylindrical-coordinate representation of color #01BE6A: hue angle of 153.33º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE6A is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 106 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.25 |
| HSL | 153.33º | 0.99% | 0.37% | - |
| HSV(B) | 153.33º | 0.99% | 0.75% | - |
| XYZ | 21.03 | 37.87 | 19.84 | - |
| YUV | 123.91 | 117.88 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 106 | 0.99 | 0 | 0.44 | 0.25 | 153.33 | 0.99 | 0.37 |
| Hex | 1 | BE | 6A | 63 | 0 | 2C | 19 | 99 | 63 | 25 |
| Octal | 1 | 276 | 152 | 143 | 0 | 54 | 31 | 231 | 143 | 45 |
| Binary | 1 | 10111110 | 1101010 | 1100011 | 0 | 101100 | 11001 | 10011001 | 1100011 | 100101 |
Color Harmonies of #01BE6A
Complementary color
Monochromatic Colors of #01BE6A
Black with #01BE6A
Text Example
Text Example
White with #01BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BE6A; }
p { color: rgb(1,190,106); }
H1.HeaderClassName
{
color: #01BE6A;
}
.AnyTagClassName
{
color: #01BE6A;
}
</style>
background-color css
<style>
a { background-color: #01BE6A; }
a { background-color: rgb(1,190,106); }
div.DivClassName
{
background-color: #01BE6A;
}
.BgClassName
{
background-color: #01BE6A;
}
</style>
border-color css
<style>
span { border-color: #01BE6A; }
span { border-color: rgb(1,190,106); }
td.TdClassName
{
border-color: #01BE6A;
}
.TagClassName
{
border-color: #01BE6A;
}
</style>