#0EAC93

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

Shades of Persian Green #0EAC93

Tints of Persian Green #0EAC93

Color information

#0EAC93 (or 0x0EAC93) is unknown color: approx Persian Green. HEX triplet: 0E, AC and 93. RGB value is (14,172,147). Sum of RGB (Red+Green+Blue) = 14+172+147=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC93 is #F1536C. Grayscale: #797979. Windows color (decimal): -15815533 or 9677838. OLE color: 9677838.

HSL color Cylindrical-coordinate representation of color #0EAC93: hue angle of 170.51º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC93 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB14172147-
CMYK0.9200.150.33
HSL170.51º84.95%36.47%-
HSV(B)170.51º91.86%67.45%-
XYZ20.231.732.66-
YUV121.91142.1551.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.20%
GREEN value IS 172 (67.58% from 255) = 51.65%
BLUE value IS 147 (57.81% from 255) = 44.14%
R=4.20%
G=51.65%
B=44.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141721470.9200.150.33170.5184.9536.47
HexEAC935C0F21ab5524
Octal162542231340174125312544
Binary11101010110010010011101110001111100001101010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,172,147); }

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

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

 a { background-color: rgb(14,172,147); }

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

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

 span { border-color: rgb(14,172,147); }

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