Html Css Color HEX #0E9E90 Persian Green

📋 copy color: '#0E9E90'

red 14 ◦ green 158 ◦ blue 144

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

Shades of Persian Green #0E9E90

Tints of Persian Green #0E9E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 4.43%
G = 50%
B = 45.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#0E9E90 (or 0x0E9E90) is known color: Persian Green. HEX triplet: 0E, 9E and 90. RGB value is (14,158,144). Sum of RGB (Red+Green+Blue) = 14+158+144=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9E90 is #F1616F. Grayscale: #717171. Windows color (decimal): -15819120 or 9477646. OLE color: 9477646.

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

Color convert

RGB 14 158 144 -
CMYK 0.91 0 0.09 0.38
HSL 174.17º 0.84% 0.34% -
HSV(B) 174.17º 0.91% 0.62% -
XYZ 17.44 26.56 30.59 -
YUV 113.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 14 158 144 0.91 0 0.09 0.38 174.17 0.84 0.34
Hex E 9E 90 5B 0 9 26 AE 54 22
Octal 16 236 220 133 0 11 46 256 124 42
Binary 1110 10011110 10010000 1011011 0 1001 100110 10101110 1010100 100010

Color Harmonies of #0E9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9E90

Black with #0E9E90

Text Example


Text Example

White with #0E9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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