#0ead9f

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

Shades of Persian Green #0EAD9F

Tints of Persian Green #0EAD9F

Color information

#0EAD9F (or 0x0EAD9F) is unknown color: approx Persian Green. HEX triplet: 0E, AD and 9F. RGB value is (14,173,159). Sum of RGB (Red+Green+Blue) = 14+173+159=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAD9F is #F15260. Grayscale: #7B7B7B. Windows color (decimal): -15815265 or 10464526. OLE color: 10464526.

HSL color Cylindrical-coordinate representation of color #0EAD9F: hue angle of 174.72º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD9F is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB14173159-
CMYK0.9200.080.32
HSL174.72º85.03%36.67%-
HSV(B)174.72º91.91%67.84%-
XYZ21.3832.4837.94-
YUV123.86147.8249.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.05%
GREEN value IS 173 (67.97% from 255) = 50%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=4.05%
G=50%
B=45.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141731590.9200.080.32174.7285.0336.67
HexEAD9F5C0820af5525
Octal162552371340104025712545
Binary11101010110110011111101110001000100000101011111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ead9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,173,159); }

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

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

 a { background-color: rgb(14,173,159); }

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

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

 span { border-color: rgb(14,173,159); }

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