#0E9D89

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

Shades of Persian Green #0E9D89

Tints of Persian Green #0E9D89

Color information

#0E9D89 (or 0x0E9D89) is unknown color: approx Persian Green. HEX triplet: 0E, 9D and 89. RGB value is (14,157,137). Sum of RGB (Red+Green+Blue) = 14+157+137=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9D89 is #F16276. Grayscale: #6F6F6F. Windows color (decimal): -15819383 or 9018638. OLE color: 9018638.

HSL color Cylindrical-coordinate representation of color #0E9D89: hue angle of 171.61º 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 #0E9D89 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB14157137-
CMYK0.9100.130.38
HSL171.61º83.63%33.53%-
HSV(B)171.61º91.08%61.57%-
XYZ16.7526.0127.81-
YUV111.96142.1258.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.55%
GREEN value IS 157 (61.72% from 255) = 50.97%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=4.55%
G=50.97%
B=44.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141571370.9100.130.38171.6183.6333.53
HexE9D895B0D26ac5422
Octal162352111330154625412442
Binary11101001110110001001101101101101100110101011001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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