Html Css Color HEX #0EAE91 Persian Green

📋 copy color: '#0EAE91'

red 14 ◦ green 174 ◦ blue 145

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

Shades of Persian Green #0EAE91

Tints of Persian Green #0EAE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 4.2%
G = 52.25%
B = 43.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#0EAE91 (or 0x0EAE91) is known color: Persian Green. HEX triplet: 0E, AE and 91. RGB value is (14,174,145). Sum of RGB (Red+Green+Blue) = 14+174+145=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAE91 is #F1516E. Grayscale: #7A7A7A. Windows color (decimal): -15815023 or 9547278. OLE color: 9547278.

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

Color convert

RGB 14 174 145 -
CMYK 0.92 0 0.17 0.32
HSL 169.13º 0.85% 0.37% -
HSV(B) 169.13º 0.92% 0.68% -
XYZ 20.43 32.41 31.97 -
YUV 122.85 140.49 50.36 -
System Red Green Blue C M Y K H S L
Decimal 14 174 145 0.92 0 0.17 0.32 169.13 0.85 0.37
Hex E AE 91 5C 0 11 20 A9 55 25
Octal 16 256 221 134 0 21 40 251 125 45
Binary 1110 10101110 10010001 1011100 0 10001 100000 10101001 1010101 100101

Color Harmonies of #0EAE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE91

Black with #0EAE91

Text Example


Text Example

White with #0EAE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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