Html Css Color HEX #0E998D Persian Green

📋 copy color: '#0E998D'

red 14 ◦ green 153 ◦ blue 141

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

Shades of Persian Green #0E998D

Tints of Persian Green #0E998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 4.55%
G = 49.68%
B = 45.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#0E998D (or 0x0E998D) is known color: Persian Green. HEX triplet: 0E, 99 and 8D. RGB value is (14,153,141). Sum of RGB (Red+Green+Blue) = 14+153+141=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #0E998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E998D is #F16672. Grayscale: #6D6D6D. Windows color (decimal): -15820403 or 9279758. OLE color: 9279758.

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

Color convert

RGB 14 153 141 -
CMYK 0.91 0 0.08 0.4
HSL 174.82º 0.83% 0.33% -
HSV(B) 174.82º 0.91% 0.6% -
XYZ 16.38 24.8 29.12 -
YUV 110.07 145.45 59.48 -
System Red Green Blue C M Y K H S L
Decimal 14 153 141 0.91 0 0.08 0.4 174.82 0.83 0.33
Hex E 99 8D 5B 0 8 28 AF 53 21
Octal 16 231 215 133 0 10 50 257 123 41
Binary 1110 10011001 10001101 1011011 0 1000 101000 10101111 1010011 100001

Color Harmonies of #0E998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E998D

Black with #0E998D

Text Example


Text Example

White with #0E998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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