#0E9F9C

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

Shades of Persian Green #0E9F9C

Tints of Persian Green #0E9F9C

Color information

#0E9F9C (or 0x0E9F9C) is unknown color: approx Persian Green. HEX triplet: 0E, 9F and 9C. RGB value is (14,159,156). Sum of RGB (Red+Green+Blue) = 14+159+156=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9F9C is #F16063. Grayscale: #737373. Windows color (decimal): -15818852 or 10264334. OLE color: 10264334.

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

Color convert

RGB14159156-
CMYK0.9100.020.38
HSL178.76º83.82%33.92%-
HSV(B)178.76º91.19%62.35%-
XYZ18.5827.2935.74-
YUV115.3150.9655.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.26%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=4.26%
G=48.33%
B=47.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141591560.9100.020.38178.7683.8233.92
HexE9F9C5B0226b35422
Octal16237234133024626312442
Binary111010011111100111001011011010100110101100111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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