#0EA793

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

Shades of Persian Green #0EA793

Tints of Persian Green #0EA793

Color information

#0EA793 (or 0x0EA793) is unknown color: approx Persian Green. HEX triplet: 0E, A7 and 93. RGB value is (14,167,147). Sum of RGB (Red+Green+Blue) = 14+167+147=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA793 is #F1586C. Grayscale: #767676. Windows color (decimal): -15816813 or 9676558. OLE color: 9676558.

HSL color Cylindrical-coordinate representation of color #0EA793: hue angle of 172.16º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA793 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB14167147-
CMYK0.9200.120.35
HSL172.16º84.53%35.49%-
HSV(B)172.16º91.62%65.49%-
XYZ19.2729.8432.35-
YUV118.97143.8153.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.27%
GREEN value IS 167 (65.62% from 255) = 50.91%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=4.27%
G=50.91%
B=44.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141671470.9200.120.35172.1684.5335.49
HexEA7935C0C23ac5523
Octal162472231340144325412543
Binary11101010011110010011101110001100100011101011001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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