Shades of Jade #09BD74
Tints of Jade #09BD74
RGB
CMYK
RGB Variations
Color information
#09BD74 (or 0x09BD74) is known color: Jade. HEX triplet: 09, BD and 74. RGB value is (9,189,116). Sum of RGB (Red+Green+Blue) = 9+189+116=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD74 is #F6428B. Grayscale: #7E7E7E. Windows color (decimal): -16138892 or 7650569. OLE color: 7650569.
HSL color Cylindrical-coordinate representation of color #09BD74: hue angle of 155.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BD74 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 116 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.26 |
| HSL | 155.67º | 0.91% | 0.39% | - |
| HSV(B) | 155.67º | 0.95% | 0.74% | - |
| XYZ | 21.46 | 37.71 | 22.67 | - |
| YUV | 126.86 | 121.87 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 116 | 0.95 | 0 | 0.39 | 0.26 | 155.67 | 0.91 | 0.39 |
| Hex | 9 | BD | 74 | 5F | 0 | 27 | 1A | 9C | 5B | 27 |
| Octal | 11 | 275 | 164 | 137 | 0 | 47 | 32 | 234 | 133 | 47 |
| Binary | 1001 | 10111101 | 1110100 | 1011111 | 0 | 100111 | 11010 | 10011100 | 1011011 | 100111 |
Color Harmonies of #09BD74
Complementary color
Monochromatic Colors of #09BD74
Black with #09BD74
Text Example
Text Example
White with #09BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD74; }
p { color: rgb(9,189,116); }
H1.HeaderClassName
{
color: #09BD74;
}
.AnyTagClassName
{
color: #09BD74;
}
</style>
background-color css
<style>
a { background-color: #09BD74; }
a { background-color: rgb(9,189,116); }
div.DivClassName
{
background-color: #09BD74;
}
.BgClassName
{
background-color: #09BD74;
}
</style>
border-color css
<style>
span { border-color: #09BD74; }
span { border-color: rgb(9,189,116); }
td.TdClassName
{
border-color: #09BD74;
}
.TagClassName
{
border-color: #09BD74;
}
</style>