Html Css Color HEX #0E9C9E Persian Green

📋 copy color: '#0E9C9E'

red 14 ◦ green 156 ◦ blue 158

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

Shades of Persian Green #0E9C9E

Tints of Persian Green #0E9C9E

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

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

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

Color convert

RGB 14 156 158 -
CMYK 0.91 0.01 0 0.38
HSL 180.83º 0.84% 0.34% -
HSV(B) 180.83º 0.91% 0.62% -
XYZ 18.24 26.34 36.47 -
YUV 113.77 152.96 56.84 -
System Red Green Blue C M Y K H S L
Decimal 14 156 158 0.91 0.01 0 0.38 180.83 0.84 0.34
Hex E 9C 9E 5B 1 0 26 B5 54 22
Octal 16 234 236 133 1 0 46 265 124 42
Binary 1110 10011100 10011110 1011011 1 0 100110 10110101 1010100 100010

Color Harmonies of #0E9C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9C9E

Black with #0E9C9E

Text Example


Text Example

White with #0E9C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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