Html Css Color HEX #0EAD99 Persian Green

📋 copy color: '#0EAD99'

red 14 ◦ green 173 ◦ blue 153

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

Shades of Persian Green #0EAD99

Tints of Persian Green #0EAD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.88%

 BLUE value IS 153 (60.16% from 255) = 45%

R = 4.12%
G = 50.88%
B = 45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#0EAD99 (or 0x0EAD99) is known color: Persian Green. HEX triplet: 0E, AD and 99. RGB value is (14,173,153). Sum of RGB (Red+Green+Blue) = 14+173+153=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAD99 is #F15266. Grayscale: #7B7B7B. Windows color (decimal): -15815271 or 10071310. OLE color: 10071310.

HSL color Cylindrical-coordinate representation of color #0EAD99: hue angle of 172.45º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD99 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 173 153 -
CMYK 0.92 0 0.12 0.32
HSL 172.45º 0.85% 0.37% -
HSV(B) 172.45º 0.92% 0.68% -
XYZ 20.87 32.28 35.27 -
YUV 123.18 144.82 50.13 -
System Red Green Blue C M Y K H S L
Decimal 14 173 153 0.92 0 0.12 0.32 172.45 0.85 0.37
Hex E AD 99 5C 0 C 20 AC 55 25
Octal 16 255 231 134 0 14 40 254 125 45
Binary 1110 10101101 10011001 1011100 0 1100 100000 10101100 1010101 100101

Color Harmonies of #0EAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAD99

Black with #0EAD99

Text Example


Text Example

White with #0EAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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