Shades of Jade #00BF69
Tints of Jade #00BF69
RGB
CMYK
RGB Variations
Color information
#00BF69 (or 0x00BF69) is known color: Jade. HEX triplet: 00, BF and 69. RGB value is (0,191,105). Sum of RGB (Red+Green+Blue) = 0+191+105=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 191 (75% from 255 or 64.53% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BF69 is #FF4096. Grayscale: #7C7C7C. Windows color (decimal): -16728215 or 6930176. OLE color: 6930176.
HSL color Cylindrical-coordinate representation of color #00BF69: hue angle of 152.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BF69 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 105 | - |
| CMYK | 1 | 0 | 0.45 | 0.25 |
| HSL | 152.98º | 1% | 0.37% | - |
| HSV(B) | 152.98º | 1% | 0.75% | - |
| XYZ | 21.18 | 38.28 | 19.64 | - |
| YUV | 124.09 | 117.22 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 105 | 1 | 0 | 0.45 | 0.25 | 152.98 | 1 | 0.37 |
| Hex | 0 | BF | 69 | 64 | 0 | 2D | 19 | 99 | 64 | 25 |
| Octal | 0 | 277 | 151 | 144 | 0 | 55 | 31 | 231 | 144 | 45 |
| Binary | 0 | 10111111 | 1101001 | 1100100 | 0 | 101101 | 11001 | 10011001 | 1100100 | 100101 |
Color Harmonies of #00BF69
Complementary color
Monochromatic Colors of #00BF69
Black with #00BF69
Text Example
Text Example
White with #00BF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF69; }
p { color: rgb(0,191,105); }
H1.HeaderClassName
{
color: #00BF69;
}
.AnyTagClassName
{
color: #00BF69;
}
</style>
background-color css
<style>
a { background-color: #00BF69; }
a { background-color: rgb(0,191,105); }
div.DivClassName
{
background-color: #00BF69;
}
.BgClassName
{
background-color: #00BF69;
}
</style>
border-color css
<style>
span { border-color: #00BF69; }
span { border-color: rgb(0,191,105); }
td.TdClassName
{
border-color: #00BF69;
}
.TagClassName
{
border-color: #00BF69;
}
</style>