#0E9895

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

Shades of Persian Green #0E9895

Tints of Persian Green #0E9895

Color information

#0E9895 (or 0x0E9895) is unknown color: approx Persian Green. HEX triplet: 0E, 98 and 95. RGB value is (14,152,149). Sum of RGB (Red+Green+Blue) = 14+152+149=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9895 is #F1676A. Grayscale: #6E6E6E. Windows color (decimal): -15820651 or 9803790. OLE color: 9803790.

HSL color Cylindrical-coordinate representation of color #0E9895: hue angle of 178.7º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9895 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB14152149-
CMYK0.9100.020.40
HSL178.7º83.13%32.55%-
HSV(B)178.7º90.79%59.61%-
XYZ16.8324.7232.32-
YUV110.4149.7859.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.44%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=4.44%
G=48.25%
B=47.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141521490.9100.020.40178.783.1332.55
HexE98955B0228b35321
Octal16230225133025026312341
Binary111010011000100101011011011010101000101100111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,149); }

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

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

 a { background-color: rgb(14,152,149); }

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

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

 span { border-color: rgb(14,152,149); }

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