#0EA389

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

Shades of Persian Green #0EA389

Tints of Persian Green #0EA389

Color information

#0EA389 (or 0x0EA389) is unknown color: approx Persian Green. HEX triplet: 0E, A3 and 89. RGB value is (14,163,137). Sum of RGB (Red+Green+Blue) = 14+163+137=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 163 (64.06% from 255 or 51.91% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA389 is #F15C76. Grayscale: #737373. Windows color (decimal): -15817847 or 9020174. OLE color: 9020174.

HSL color Cylindrical-coordinate representation of color #0EA389: hue angle of 169.53º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA389 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB14163137-
CMYK0.9100.160.36
HSL169.53º84.18%34.71%-
HSV(B)169.53º91.41%63.92%-
XYZ17.7928.0928.15-
YUV115.48140.1455.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.46%
GREEN value IS 163 (64.06% from 255) = 51.91%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=4.46%
G=51.91%
B=43.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141631370.9100.160.36169.5384.1834.71
HexEA3895B01024aa5423
Octal162432111330204425212443
Binary111010100011100010011011011010000100100101010101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,163,137); }

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

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

 a { background-color: rgb(14,163,137); }

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

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

 span { border-color: rgb(14,163,137); }

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