Html Css Color HEX #0EADA0 Persian Green

📋 copy color: '#0EADA0'

red 14 ◦ green 173 ◦ blue 160

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

Shades of Persian Green #0EADA0

Tints of Persian Green #0EADA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.11%

R = 4.03%
G = 49.86%
B = 46.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#0EADA0 (or 0x0EADA0) is known color: Persian Green. HEX triplet: 0E, AD and A0. RGB value is (14,173,160). Sum of RGB (Red+Green+Blue) = 14+173+160=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #0EADA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADA0 is #F1525F. Grayscale: #7B7B7B. Windows color (decimal): -15815264 or 10530062. OLE color: 10530062.

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

Color convert

RGB 14 173 160 -
CMYK 0.92 0 0.08 0.32
HSL 175.09º 0.85% 0.37% -
HSV(B) 175.09º 0.92% 0.68% -
XYZ 21.47 32.52 38.4 -
YUV 123.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 14 173 160 0.92 0 0.08 0.32 175.09 0.85 0.37
Hex E AD A0 5C 0 8 20 AF 55 25
Octal 16 255 240 134 0 10 40 257 125 45
Binary 1110 10101101 10100000 1011100 0 1000 100000 10101111 1010101 100101

Color Harmonies of #0EADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADA0

Black with #0EADA0

Text Example


Text Example

White with #0EADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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