#0E9B8E

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

Shades of Persian Green #0E9B8E

Tints of Persian Green #0E9B8E

Color information

#0E9B8E (or 0x0E9B8E) is unknown color: approx Persian Green. HEX triplet: 0E, 9B and 8E. RGB value is (14,155,142). Sum of RGB (Red+Green+Blue) = 14+155+142=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9B8E is #F16471. Grayscale: #6F6F6F. Windows color (decimal): -15819890 or 9345806. OLE color: 9345806.

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

Color convert

RGB14155142-
CMYK0.9100.080.39
HSL174.47º83.43%33.14%-
HSV(B)174.47º90.97%60.78%-
XYZ16.7825.4929.63-
YUV111.36145.2958.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.50%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=4.50%
G=49.84%
B=45.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141551420.9100.080.39174.4783.4333.14
HexE9B8E5B0827ae5321
Octal162332161330104725612341
Binary11101001101110001110101101101000100111101011101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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