Html Css Color HEX #0EAA94 Persian Green

📋 copy color: '#0EAA94'

red 14 ◦ green 170 ◦ blue 148

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

Shades of Persian Green #0EAA94

Tints of Persian Green #0EAA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 4.22%
G = 51.2%
B = 44.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#0EAA94 (or 0x0EAA94) is known color: Persian Green. HEX triplet: 0E, AA and 94. RGB value is (14,170,148). Sum of RGB (Red+Green+Blue) = 14+170+148=332 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.22% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAA94 is #F1556B. Grayscale: #787878. Windows color (decimal): -15816044 or 9742862. OLE color: 9742862.

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

Color convert

RGB 14 170 148 -
CMYK 0.92 0 0.13 0.33
HSL 171.54º 0.85% 0.36% -
HSV(B) 171.54º 0.92% 0.67% -
XYZ 19.9 30.98 32.95 -
YUV 120.85 143.32 51.79 -
System Red Green Blue C M Y K H S L
Decimal 14 170 148 0.92 0 0.13 0.33 171.54 0.85 0.36
Hex E AA 94 5C 0 D 21 AC 55 24
Octal 16 252 224 134 0 15 41 254 125 44
Binary 1110 10101010 10010100 1011100 0 1101 100001 10101100 1010101 100100

Color Harmonies of #0EAA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA94

Black with #0EAA94

Text Example


Text Example

White with #0EAA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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