#0E9D8E

Color #0E9D8E Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0E9D8E

Tints of Persian Green #0E9D8E

Color information

#0E9D8E (or 0x0E9D8E) is unknown color: approx Persian Green. HEX triplet: 0E, 9D and 8E. RGB value is (14,157,142). Sum of RGB (Red+Green+Blue) = 14+157+142=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9D8E is #F16271. Grayscale: #707070. Windows color (decimal): -15819378 or 9346318. OLE color: 9346318.

HSL color Cylindrical-coordinate representation of color #0E9D8E: hue angle of 173.71º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9D8E is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB14157142-
CMYK0.9100.100.38
HSL173.71º83.63%33.53%-
HSV(B)173.71º91.08%61.57%-
XYZ17.1226.1629.74-
YUV112.53144.6257.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 4.47%
GREEN value IS 157 (61.72% from 255) = 50.16%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=4.47%
G=50.16%
B=45.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141571420.9100.100.38173.7183.6333.53
HexE9D8E5B0A26ae5422
Octal162352161330124625612442
Binary11101001110110001110101101101010100110101011101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E9D8E; }

 p { color: rgb(14,157,142); }

 H1.HeaderClassName
 {
   color: #0E9D8E;
 }
 .AnyTagClassName
 {
   color: #0E9D8E;
 }
</style>
background-color css

<style>
 a { background-color: #0E9D8E; }

 a { background-color: rgb(14,157,142); }

 div.DivClassName
 {
   background-color: #0E9D8E;
 }
 .BgClassName
 {
   background-color: #0E9D8E;
 }
</style>
border-color css

<style>
 span { border-color: #0E9D8E; }

 span { border-color: rgb(14,157,142); }

 td.TdClassName
 {
   border-color: #0E9D8E;
 }
 .TagClassName
 {
   border-color: #0E9D8E;
 }
</style>