#0E9E90

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

Shades of Persian Green #0E9E90

Tints of Persian Green #0E9E90

Color information

#0E9E90 (or 0x0E9E90) is unknown color: approx Persian Green. HEX triplet: 0E, 9E and 90. RGB value is (14,158,144). Sum of RGB (Red+Green+Blue) = 14+158+144=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9E90 is #F1616F. Grayscale: #717171. Windows color (decimal): -15819120 or 9477646. OLE color: 9477646.

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

Color convert

RGB14158144-
CMYK0.9100.090.38
HSL174.17º83.72%33.73%-
HSV(B)174.17º91.14%61.96%-
XYZ17.4426.5630.59-
YUV113.35145.2957.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.43%
GREEN value IS 158 (62.11% from 255) = 50%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=4.43%
G=50%
B=45.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141581440.9100.090.38174.1783.7233.73
HexE9E905B0926ae5422
Octal162362201330114625612442
Binary11101001111010010000101101101001100110101011101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,158,144); }

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

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

 a { background-color: rgb(14,158,144); }

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

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

 span { border-color: rgb(14,158,144); }

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