Shades of Green #098714
Tints of Green #098714
RGB
CMYK
RGB Variations
Color information
#098714 (or 0x098714) is known color: Green. HEX triplet: 09, 87 and 14. RGB value is (9,135,20). Sum of RGB (Red+Green+Blue) = 9+135+20=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 135 (53.12% from 255 or 82.32% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 135 - color contains mainly: green. Hex color #098714 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098714 is #F678EB. Grayscale: #545454. Windows color (decimal): -16152812 or 1345289. OLE color: 1345289.
HSL color Cylindrical-coordinate representation of color #098714: hue angle of 125.24º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098714 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 20 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.47 |
| HSL | 125.24º | 0.88% | 0.28% | - |
| HSV(B) | 125.24º | 0.93% | 0.53% | - |
| XYZ | 8.9 | 17.44 | 3.56 | - |
| YUV | 84.22 | 91.76 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 20 | 0.93 | 0 | 0.85 | 0.47 | 125.24 | 0.88 | 0.28 |
| Hex | 9 | 87 | 14 | 5D | 0 | 55 | 2F | 7D | 58 | 1C |
| Octal | 11 | 207 | 24 | 135 | 0 | 125 | 57 | 175 | 130 | 34 |
| Binary | 1001 | 10000111 | 10100 | 1011101 | 0 | 1010101 | 101111 | 1111101 | 1011000 | 11100 |
Color Harmonies of #098714
Complementary color
Monochromatic Colors of #098714
Black with #098714
Text Example
Text Example
White with #098714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098714; }
p { color: rgb(9,135,20); }
H1.HeaderClassName
{
color: #098714;
}
.AnyTagClassName
{
color: #098714;
}
</style>
background-color css
<style>
a { background-color: #098714; }
a { background-color: rgb(9,135,20); }
div.DivClassName
{
background-color: #098714;
}
.BgClassName
{
background-color: #098714;
}
</style>
border-color css
<style>
span { border-color: #098714; }
span { border-color: rgb(9,135,20); }
td.TdClassName
{
border-color: #098714;
}
.TagClassName
{
border-color: #098714;
}
</style>