Html Css Color HEX #0EAE9D Persian Green

📋 copy color: '#0EAE9D'

red 14 ◦ green 174 ◦ blue 157

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

Shades of Persian Green #0EAE9D

Tints of Persian Green #0EAE9D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.43%

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 4.06%
G = 50.43%
B = 45.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#0EAE9D (or 0x0EAE9D) is known color: Persian Green. HEX triplet: 0E, AE and 9D. RGB value is (14,174,157). Sum of RGB (Red+Green+Blue) = 14+174+157=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAE9D is #F15162. Grayscale: #7C7C7C. Windows color (decimal): -15815011 or 10333710. OLE color: 10333710.

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

Color convert

RGB 14 174 157 -
CMYK 0.92 0 0.10 0.32
HSL 173.63º 0.85% 0.37% -
HSV(B) 173.63º 0.92% 0.68% -
XYZ 21.4 32.8 37.1 -
YUV 124.22 146.49 49.38 -
System Red Green Blue C M Y K H S L
Decimal 14 174 157 0.92 0 0.10 0.32 173.63 0.85 0.37
Hex E AE 9D 5C 0 A 20 AE 55 25
Octal 16 256 235 134 0 12 40 256 125 45
Binary 1110 10101110 10011101 1011100 0 1010 100000 10101110 1010101 100101

Color Harmonies of #0EAE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE9D

Black with #0EAE9D

Text Example


Text Example

White with #0EAE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,174,157); }

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

background-color css

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

 a { background-color: rgb(14,174,157); }

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

border-color css

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

 span { border-color: rgb(14,174,157); }

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