Html Css Color HEX #0E9986 Persian Green

📋 copy color: '#0E9986'

red 14 ◦ green 153 ◦ blue 134

#0E9986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #0E9986

Tints of Persian Green #0E9986

RGB

 RED value IS 14 (5.86% from 255) = 4.65%

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 134 (52.73% from 255) = 44.52%

R = 4.65%
G = 50.83%
B = 44.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#0E9986 (or 0x0E9986) is known color: Persian Green. HEX triplet: 0E, 99 and 86. RGB value is (14,153,134). Sum of RGB (Red+Green+Blue) = 14+153+134=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9986 is #F16679. Grayscale: #6D6D6D. Windows color (decimal): -15820410 or 8821006. OLE color: 8821006.

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

Color convert

RGB 14 153 134 -
CMYK 0.91 0 0.12 0.4
HSL 171.8º 0.83% 0.33% -
HSV(B) 171.8º 0.91% 0.6% -
XYZ 15.88 24.6 26.47 -
YUV 109.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 14 153 134 0.91 0 0.12 0.4 171.8 0.83 0.33
Hex E 99 86 5B 0 C 28 AC 53 21
Octal 16 231 206 133 0 14 50 254 123 41
Binary 1110 10011001 10000110 1011011 0 1100 101000 10101100 1010011 100001

Color Harmonies of #0E9986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9986

Black with #0E9986

Text Example


Text Example

White with #0E9986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,153,134); }

 H1.HeaderClassName
 {
   color: #0E9986;
 }
 .AnyTagClassName
 {
   color: #0E9986;
 }
</style>

background-color css

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

 a { background-color: rgb(14,153,134); }

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

border-color css

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

 span { border-color: rgb(14,153,134); }

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