Html Css Color HEX #0EAA91 Persian Green

📋 copy color: '#0EAA91'

red 14 ◦ green 170 ◦ blue 145

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

Shades of Persian Green #0EAA91

Tints of Persian Green #0EAA91

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.67%

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

R = 4.26%
G = 51.67%
B = 44.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#0EAA91 (or 0x0EAA91) is known color: Persian Green. HEX triplet: 0E, AA and 91. RGB value is (14,170,145). Sum of RGB (Red+Green+Blue) = 14+170+145=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAA91 is #F1556E. Grayscale: #787878. Windows color (decimal): -15816047 or 9546254. OLE color: 9546254.

HSL color Cylindrical-coordinate representation of color #0EAA91: hue angle of 170.38º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA91 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 170 145 -
CMYK 0.92 0 0.15 0.33
HSL 170.38º 0.85% 0.36% -
HSV(B) 170.38º 0.92% 0.67% -
XYZ 19.67 30.89 31.71 -
YUV 120.51 141.82 52.03 -
System Red Green Blue C M Y K H S L
Decimal 14 170 145 0.92 0 0.15 0.33 170.38 0.85 0.36
Hex E AA 91 5C 0 F 21 AA 55 24
Octal 16 252 221 134 0 17 41 252 125 44
Binary 1110 10101010 10010001 1011100 0 1111 100001 10101010 1010101 100100

Color Harmonies of #0EAA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA91

Black with #0EAA91

Text Example


Text Example

White with #0EAA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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