Html Css Color HEX #0E9990 Persian Green

📋 copy color: '#0E9990'

red 14 ◦ green 153 ◦ blue 144

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

Shades of Persian Green #0E9990

Tints of Persian Green #0E9990

RGB

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

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

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

R = 4.5%
G = 49.2%
B = 46.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#0E9990 (or 0x0E9990) is known color: Persian Green. HEX triplet: 0E, 99 and 90. RGB value is (14,153,144). Sum of RGB (Red+Green+Blue) = 14+153+144=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9990 is #F1666F. Grayscale: #6E6E6E. Windows color (decimal): -15820400 or 9476366. OLE color: 9476366.

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

Color convert

RGB 14 153 144 -
CMYK 0.91 0 0.06 0.4
HSL 176.12º 0.83% 0.33% -
HSV(B) 176.12º 0.91% 0.6% -
XYZ 16.61 24.89 30.31 -
YUV 110.41 146.95 59.23 -
System Red Green Blue C M Y K H S L
Decimal 14 153 144 0.91 0 0.06 0.4 176.12 0.83 0.33
Hex E 99 90 5B 0 6 28 B0 53 21
Octal 16 231 220 133 0 6 50 260 123 41
Binary 1110 10011001 10010000 1011011 0 110 101000 10110000 1010011 100001

Color Harmonies of #0E9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9990

Black with #0E9990

Text Example


Text Example

White with #0E9990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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