#0EB397

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

Shades of Persian Green #0EB397

Tints of Persian Green #0EB397

Color information

#0EB397 (or 0x0EB397) is unknown color: approx Persian Green. HEX triplet: 0E, B3 and 97. RGB value is (14,179,151). Sum of RGB (Red+Green+Blue) = 14+179+151=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB397 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB397 is #F14C68. Grayscale: #7E7E7E. Windows color (decimal): -15813737 or 9941774. OLE color: 9941774.

HSL color Cylindrical-coordinate representation of color #0EB397: hue angle of 169.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB397 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB14179151-
CMYK0.9200.160.30
HSL169.82º85.49%37.84%-
HSV(B)169.82º92.18%70.2%-
XYZ21.8934.5734.8-
YUV126.47141.8447.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.07%
GREEN value IS 179 (70.31% from 255) = 52.03%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=4.07%
G=52.03%
B=43.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141791510.9200.160.30169.8285.4937.84
HexEB3975C0101Eaa5526
Octal162632271340203625212546
Binary11101011001110010111101110001000011110101010101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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