Shades of Persian Green #0E9B8A
Tints of Persian Green #0E9B8A
RGB
CMYK
RGB Variations
Color information
#0E9B8A (or 0x0E9B8A) is known color: Persian Green. HEX triplet: 0E, 9B and 8A. RGB value is (14,155,138). Sum of RGB (Red+Green+Blue) = 14+155+138=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9B8A is #F16475. Grayscale: #6E6E6E. Windows color (decimal): -15819894 or 9083662. OLE color: 9083662.
HSL color Cylindrical-coordinate representation of color #0E9B8A: hue angle of 172.77º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B8A is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 155 | 138 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.39 |
| HSL | 172.77º | 0.83% | 0.33% | - |
| HSV(B) | 172.77º | 0.91% | 0.61% | - |
| XYZ | 16.49 | 25.37 | 28.07 | - |
| YUV | 110.9 | 143.29 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 155 | 138 | 0.91 | 0 | 0.11 | 0.39 | 172.77 | 0.83 | 0.33 |
| Hex | E | 9B | 8A | 5B | 0 | B | 27 | AD | 53 | 21 |
| Octal | 16 | 233 | 212 | 133 | 0 | 13 | 47 | 255 | 123 | 41 |
| Binary | 1110 | 10011011 | 10001010 | 1011011 | 0 | 1011 | 100111 | 10101101 | 1010011 | 100001 |
Color Harmonies of #0E9B8A
Complementary color
Monochromatic Colors of #0E9B8A
Black with #0E9B8A
Text Example
Text Example
White with #0E9B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9B8A; }
p { color: rgb(14,155,138); }
H1.HeaderClassName
{
color: #0E9B8A;
}
.AnyTagClassName
{
color: #0E9B8A;
}
</style>
background-color css
<style>
a { background-color: #0E9B8A; }
a { background-color: rgb(14,155,138); }
div.DivClassName
{
background-color: #0E9B8A;
}
.BgClassName
{
background-color: #0E9B8A;
}
</style>
border-color css
<style>
span { border-color: #0E9B8A; }
span { border-color: rgb(14,155,138); }
td.TdClassName
{
border-color: #0E9B8A;
}
.TagClassName
{
border-color: #0E9B8A;
}
</style>