#0E9989

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

Shades of Persian Green #0E9989

Tints of Persian Green #0E9989

Color information

#0E9989 (or 0x0E9989) is unknown color: approx Persian Green. HEX triplet: 0E, 99 and 89. RGB value is (14,153,137). Sum of RGB (Red+Green+Blue) = 14+153+137=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9989 is #F16676. Grayscale: #6D6D6D. Windows color (decimal): -15820407 or 9017614. OLE color: 9017614.

HSL color Cylindrical-coordinate representation of color #0E9989: hue angle of 173.09º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9989 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB14153137-
CMYK0.9100.100.4
HSL173.09º83.23%32.75%-
HSV(B)173.09º90.85%60%-
XYZ16.0924.6827.58-
YUV109.61143.4559.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.61%
GREEN value IS 153 (60.16% from 255) = 50.33%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=4.61%
G=50.33%
B=45.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141531370.9100.100.4173.0983.2332.75
HexE99895B0A28ad5321
Octal162312111330125025512341
Binary11101001100110001001101101101010101000101011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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