Shades of Jade #09B574
Tints of Jade #09B574
RGB
CMYK
RGB Variations
Color information
#09B574 (or 0x09B574) is known color: Jade. HEX triplet: 09, B5 and 74. RGB value is (9,181,116). Sum of RGB (Red+Green+Blue) = 9+181+116=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 181 (71.09% from 255 or 59.15% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 181 - color contains mainly: green. Hex color #09B574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B574 is #F64A8B. Grayscale: #7A7A7A. Windows color (decimal): -16140940 or 7648521. OLE color: 7648521.
HSL color Cylindrical-coordinate representation of color #09B574: hue angle of 157.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B574 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 181 | 116 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.29 |
| HSL | 157.33º | 0.91% | 0.37% | - |
| HSV(B) | 157.33º | 0.95% | 0.71% | - |
| XYZ | 19.79 | 34.37 | 22.11 | - |
| YUV | 122.16 | 124.52 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 181 | 116 | 0.95 | 0 | 0.36 | 0.29 | 157.33 | 0.91 | 0.37 |
| Hex | 9 | B5 | 74 | 5F | 0 | 24 | 1D | 9D | 5B | 25 |
| Octal | 11 | 265 | 164 | 137 | 0 | 44 | 35 | 235 | 133 | 45 |
| Binary | 1001 | 10110101 | 1110100 | 1011111 | 0 | 100100 | 11101 | 10011101 | 1011011 | 100101 |
Color Harmonies of #09B574
Complementary color
Monochromatic Colors of #09B574
Black with #09B574
Text Example
Text Example
White with #09B574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B574; }
p { color: rgb(9,181,116); }
H1.HeaderClassName
{
color: #09B574;
}
.AnyTagClassName
{
color: #09B574;
}
</style>
background-color css
<style>
a { background-color: #09B574; }
a { background-color: rgb(9,181,116); }
div.DivClassName
{
background-color: #09B574;
}
.BgClassName
{
background-color: #09B574;
}
</style>
border-color css
<style>
span { border-color: #09B574; }
span { border-color: rgb(9,181,116); }
td.TdClassName
{
border-color: #09B574;
}
.TagClassName
{
border-color: #09B574;
}
</style>