Html Css Color HEX #0E9E9D Persian Green

📋 copy color: '#0E9E9D'

red 14 ◦ green 158 ◦ blue 157

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

Shades of Persian Green #0E9E9D

Tints of Persian Green #0E9E9D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.02%

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 4.26%
G = 48.02%
B = 47.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#0E9E9D (or 0x0E9E9D) is known color: Persian Green. HEX triplet: 0E, 9E and 9D. RGB value is (14,158,157). Sum of RGB (Red+Green+Blue) = 14+158+157=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9E9D is #F16162. Grayscale: #727272. Windows color (decimal): -15819107 or 10329614. OLE color: 10329614.

HSL color Cylindrical-coordinate representation of color #0E9E9D: hue angle of 179.58º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9E9D is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 158 157 -
CMYK 0.91 0 0.01 0.38
HSL 179.58º 0.84% 0.34% -
HSV(B) 179.58º 0.91% 0.62% -
XYZ 18.49 26.98 36.13 -
YUV 114.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 14 158 157 0.91 0 0.01 0.38 179.58 0.84 0.34
Hex E 9E 9D 5B 0 1 26 B4 54 22
Octal 16 236 235 133 0 1 46 264 124 42
Binary 1110 10011110 10011101 1011011 0 1 100110 10110100 1010100 100010

Color Harmonies of #0E9E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9E9D

Black with #0E9E9D

Text Example


Text Example

White with #0E9E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,158,157); }

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

background-color css

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

 a { background-color: rgb(14,158,157); }

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

border-color css

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

 span { border-color: rgb(14,158,157); }

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