#0E9FA0

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

Shades of Persian Green #0E9FA0

Tints of Persian Green #0E9FA0

Color information

#0E9FA0 (or 0x0E9FA0) is unknown color: approx Persian Green. HEX triplet: 0E, 9F and A0. RGB value is (14,159,160). Sum of RGB (Red+Green+Blue) = 14+159+160=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E9FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9FA0 is #F1605F. Grayscale: #737373. Windows color (decimal): -15818848 or 10526478. OLE color: 10526478.

HSL color Cylindrical-coordinate representation of color #0E9FA0: hue angle of 180.41º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9FA0 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14159160-
CMYK0.910.0100.37
HSL180.41º83.91%34.12%-
HSV(B)180.41º91.25%62.75%-
XYZ18.9227.4337.55-
YUV115.76152.9655.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.20%
GREEN value IS 159 (62.5% from 255) = 47.75%
BLUE value IS 160 (62.89% from 255) = 48.05%
R=4.20%
G=47.75%
B=48.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141591600.910.0100.37180.4183.9134.12
HexE9FA05B1025b45422
Octal16237240133104526412442
Binary11101001111110100000101101110100101101101001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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