#0EA296

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

Shades of Persian Green #0EA296

Tints of Persian Green #0EA296

Color information

#0EA296 (or 0x0EA296) is unknown color: approx Persian Green. HEX triplet: 0E, A2 and 96. RGB value is (14,162,150). Sum of RGB (Red+Green+Blue) = 14+162+150=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA296 is #F15D69. Grayscale: #747474. Windows color (decimal): -15818090 or 9871886. OLE color: 9871886.

HSL color Cylindrical-coordinate representation of color #0EA296: hue angle of 175.14º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA296 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB14162150-
CMYK0.9100.070.36
HSL175.14º84.09%34.51%-
HSV(B)175.14º91.36%63.53%-
XYZ18.6128.1433.3-
YUV116.38146.9754.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.29%
GREEN value IS 162 (63.67% from 255) = 49.69%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=4.29%
G=49.69%
B=46.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141621500.9100.070.36175.1484.0934.51
HexEA2965B0724af5423
Octal16242226133074425712443
Binary1110101000101001011010110110111100100101011111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,162,150); }

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

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

 a { background-color: rgb(14,162,150); }

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

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

 span { border-color: rgb(14,162,150); }

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