Shades of Jade #09C272
Tints of Jade #09C272
RGB
CMYK
RGB Variations
Color information
#09C272 (or 0x09C272) is known color: Jade. HEX triplet: 09, C2 and 72. RGB value is (9,194,114). Sum of RGB (Red+Green+Blue) = 9+194+114=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #09C272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C272 is #F63D8D. Grayscale: #818181. Windows color (decimal): -16137614 or 7520777. OLE color: 7520777.
HSL color Cylindrical-coordinate representation of color #09C272: hue angle of 154.05º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C272 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 194 | 114 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.24 |
| HSL | 154.05º | 0.91% | 0.4% | - |
| HSV(B) | 154.05º | 0.95% | 0.76% | - |
| XYZ | 22.44 | 39.86 | 22.43 | - |
| YUV | 129.57 | 119.21 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 194 | 114 | 0.95 | 0 | 0.41 | 0.24 | 154.05 | 0.91 | 0.4 |
| Hex | 9 | C2 | 72 | 5F | 0 | 29 | 18 | 9A | 5B | 28 |
| Octal | 11 | 302 | 162 | 137 | 0 | 51 | 30 | 232 | 133 | 50 |
| Binary | 1001 | 11000010 | 1110010 | 1011111 | 0 | 101001 | 11000 | 10011010 | 1011011 | 101000 |
Color Harmonies of #09C272
Complementary color
Monochromatic Colors of #09C272
Black with #09C272
Text Example
Text Example
White with #09C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C272; }
p { color: rgb(9,194,114); }
H1.HeaderClassName
{
color: #09C272;
}
.AnyTagClassName
{
color: #09C272;
}
</style>
background-color css
<style>
a { background-color: #09C272; }
a { background-color: rgb(9,194,114); }
div.DivClassName
{
background-color: #09C272;
}
.BgClassName
{
background-color: #09C272;
}
</style>
border-color css
<style>
span { border-color: #09C272; }
span { border-color: rgb(9,194,114); }
td.TdClassName
{
border-color: #09C272;
}
.TagClassName
{
border-color: #09C272;
}
</style>