#0EB59A

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

Shades of Persian Green #0EB59A

Tints of Persian Green #0EB59A

Color information

#0EB59A (or 0x0EB59A) is unknown color: approx Persian Green. HEX triplet: 0E, B5 and 9A. RGB value is (14,181,154). Sum of RGB (Red+Green+Blue) = 14+181+154=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB59A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB59A is #F14A65. Grayscale: #7F7F7F. Windows color (decimal): -15813222 or 10138894. OLE color: 10138894.

HSL color Cylindrical-coordinate representation of color #0EB59A: hue angle of 170.3º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB59A is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB14181154-
CMYK0.9200.150.29
HSL170.3º85.64%38.24%-
HSV(B)170.3º92.27%70.98%-
XYZ22.5435.4736.23-
YUV127.99142.6746.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.01%
GREEN value IS 181 (71.09% from 255) = 51.86%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=4.01%
G=51.86%
B=44.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141811540.9200.150.29170.385.6438.24
HexEB59A5C0F1Daa5626
Octal162652321340173525212646
Binary1110101101011001101010111000111111101101010101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,181,154); }

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

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

 a { background-color: rgb(14,181,154); }

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

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

 span { border-color: rgb(14,181,154); }

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