Html Css Color HEX #0E9E9C Persian Green

📋 copy color: '#0E9E9C'

red 14 ◦ green 158 ◦ blue 156

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

Shades of Persian Green #0E9E9C

Tints of Persian Green #0E9E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.56%

R = 4.27%
G = 48.17%
B = 47.56%

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

#0E9E9C (or 0x0E9E9C) is known color: Persian Green. HEX triplet: 0E, 9E and 9C. RGB value is (14,158,156). Sum of RGB (Red+Green+Blue) = 14+158+156=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9E9C is #F16163. Grayscale: #727272. Windows color (decimal): -15819108 or 10264078. OLE color: 10264078.

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

Color convert

RGB 14 158 156 -
CMYK 0.91 0 0.01 0.38
HSL 179.17º 0.84% 0.34% -
HSV(B) 179.17º 0.91% 0.62% -
XYZ 18.41 26.95 35.68 -
YUV 114.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 14 158 156 0.91 0 0.01 0.38 179.17 0.84 0.34
Hex E 9E 9C 5B 0 1 26 B3 54 22
Octal 16 236 234 133 0 1 46 263 124 42
Binary 1110 10011110 10011100 1011011 0 1 100110 10110011 1010100 100010

Color Harmonies of #0E9E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9E9C

Black with #0E9E9C

Text Example


Text Example

White with #0E9E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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