Html Css Color HEX #0E998E Persian Green

📋 copy color: '#0E998E'

red 14 ◦ green 153 ◦ blue 142

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

Shades of Persian Green #0E998E

Tints of Persian Green #0E998E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 4.53%
G = 49.51%
B = 45.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#0E998E (or 0x0E998E) is known color: Persian Green. HEX triplet: 0E, 99 and 8E. RGB value is (14,153,142). Sum of RGB (Red+Green+Blue) = 14+153+142=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #0E998E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E998E is #F16671. Grayscale: #6E6E6E. Windows color (decimal): -15820402 or 9345294. OLE color: 9345294.

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

Color convert

RGB 14 153 142 -
CMYK 0.91 0 0.07 0.4
HSL 175.25º 0.83% 0.33% -
HSV(B) 175.25º 0.91% 0.6% -
XYZ 16.45 24.83 29.52 -
YUV 110.19 145.95 59.39 -
System Red Green Blue C M Y K H S L
Decimal 14 153 142 0.91 0 0.07 0.4 175.25 0.83 0.33
Hex E 99 8E 5B 0 7 28 AF 53 21
Octal 16 231 216 133 0 7 50 257 123 41
Binary 1110 10011001 10001110 1011011 0 111 101000 10101111 1010011 100001

Color Harmonies of #0E998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E998E

Black with #0E998E

Text Example


Text Example

White with #0E998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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