Shades of Persian Green #0E998A
Tints of Persian Green #0E998A
RGB
CMYK
RGB Variations
Color information
#0E998A (or 0x0E998A) is known color: Persian Green. HEX triplet: 0E, 99 and 8A. RGB value is (14,153,138). Sum of RGB (Red+Green+Blue) = 14+153+138=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #0E998A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E998A is #F16675. Grayscale: #6D6D6D. Windows color (decimal): -15820406 or 9083150. OLE color: 9083150.
HSL color Cylindrical-coordinate representation of color #0E998A: hue angle of 173.53º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E998A is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 153 | 138 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.4 |
| HSL | 173.53º | 0.83% | 0.33% | - |
| HSV(B) | 173.53º | 0.91% | 0.6% | - |
| XYZ | 16.16 | 24.71 | 27.96 | - |
| YUV | 109.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 138 | 0.91 | 0 | 0.10 | 0.4 | 173.53 | 0.83 | 0.33 |
| Hex | E | 99 | 8A | 5B | 0 | A | 28 | AE | 53 | 21 |
| Octal | 16 | 231 | 212 | 133 | 0 | 12 | 50 | 256 | 123 | 41 |
| Binary | 1110 | 10011001 | 10001010 | 1011011 | 0 | 1010 | 101000 | 10101110 | 1010011 | 100001 |
Color Harmonies of #0E998A
Complementary color
Monochromatic Colors of #0E998A
Black with #0E998A
Text Example
Text Example
White with #0E998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E998A; }
p { color: rgb(14,153,138); }
H1.HeaderClassName
{
color: #0E998A;
}
.AnyTagClassName
{
color: #0E998A;
}
</style>
background-color css
<style>
a { background-color: #0E998A; }
a { background-color: rgb(14,153,138); }
div.DivClassName
{
background-color: #0E998A;
}
.BgClassName
{
background-color: #0E998A;
}
</style>
border-color css
<style>
span { border-color: #0E998A; }
span { border-color: rgb(14,153,138); }
td.TdClassName
{
border-color: #0E998A;
}
.TagClassName
{
border-color: #0E998A;
}
</style>