#0EA28C

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

Shades of Persian Green #0EA28C

Tints of Persian Green #0EA28C

Color information

#0EA28C (or 0x0EA28C) is unknown color: approx Persian Green. HEX triplet: 0E, A2 and 8C. RGB value is (14,162,140). Sum of RGB (Red+Green+Blue) = 14+162+140=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA28C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA28C is #F15D73. Grayscale: #737373. Windows color (decimal): -15818100 or 9216526. OLE color: 9216526.

HSL color Cylindrical-coordinate representation of color #0EA28C: hue angle of 171.08º 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 #0EA28C is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB14162140-
CMYK0.9100.140.36
HSL171.08º84.09%34.51%-
HSV(B)171.08º91.36%63.53%-
XYZ17.8427.8329.24-
YUV115.24141.9755.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.43%
GREEN value IS 162 (63.67% from 255) = 51.27%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=4.43%
G=51.27%
B=44.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141621400.9100.140.36171.0884.0934.51
HexEA28C5B0E24ab5423
Octal162422141330164425312443
Binary11101010001010001100101101101110100100101010111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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