#0EA185

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

Shades of Persian Green #0EA185

Tints of Persian Green #0EA185

Color information

#0EA185 (or 0x0EA185) is unknown color: approx Persian Green. HEX triplet: 0E, A1 and 85. RGB value is (14,161,133). Sum of RGB (Red+Green+Blue) = 14+161+133=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA185 is #F15E7A. Grayscale: #717171. Windows color (decimal): -15818363 or 8757518. OLE color: 8757518.

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

Color convert

RGB14161133-
CMYK0.9100.170.37
HSL168.57º84%34.31%-
HSV(B)168.57º91.3%63.14%-
XYZ17.1627.2826.55-
YUV113.85138.856.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.55%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=4.55%
G=52.27%
B=43.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141611330.9100.170.37168.578434.31
HexEA1855B01125a95422
Octal162412051330214525112442
Binary111010100001100001011011011010001100101101010011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,161,133); }

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

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

 a { background-color: rgb(14,161,133); }

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

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

 span { border-color: rgb(14,161,133); }

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