#0E9C97

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

Shades of Persian Green #0E9C97

Tints of Persian Green #0E9C97

Color information

#0E9C97 (or 0x0E9C97) is unknown color: approx Persian Green. HEX triplet: 0E, 9C and 97. RGB value is (14,156,151). Sum of RGB (Red+Green+Blue) = 14+156+151=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9C97 is #F16368. Grayscale: #707070. Windows color (decimal): -15819625 or 9935886. OLE color: 9935886.

HSL color Cylindrical-coordinate representation of color #0E9C97: hue angle of 177.89º degrees, saturation: 0.84, 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 #0E9C97 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB14156151-
CMYK0.9100.030.39
HSL177.89º83.53%33.33%-
HSV(B)177.89º91.03%61.18%-
XYZ17.6626.133.39-
YUV112.97149.4657.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.36%
GREEN value IS 156 (61.33% from 255) = 48.60%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=4.36%
G=48.60%
B=47.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141561510.9100.030.39177.8983.5333.33
HexE9C975B0327b25421
Octal16234227133034726212441
Binary111010011100100101111011011011100111101100101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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