#0E9F8E

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

Shades of Persian Green #0E9F8E

Tints of Persian Green #0E9F8E

Color information

#0E9F8E (or 0x0E9F8E) is unknown color: approx Persian Green. HEX triplet: 0E, 9F and 8E. RGB value is (14,159,142). Sum of RGB (Red+Green+Blue) = 14+159+142=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9F8E is #F16071. Grayscale: #717171. Windows color (decimal): -15818866 or 9346830. OLE color: 9346830.

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

Color convert

RGB14159142-
CMYK0.9100.110.38
HSL172.97º83.82%33.92%-
HSV(B)172.97º91.19%62.35%-
XYZ17.4626.8429.85-
YUV113.71143.9656.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.44%
GREEN value IS 159 (62.5% from 255) = 50.48%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=4.44%
G=50.48%
B=45.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141591420.9100.110.38172.9783.8233.92
HexE9F8E5B0B26ad5422
Octal162372161330134625512442
Binary11101001111110001110101101101011100110101011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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