Html Css Color HEX #0EA294 Persian Green

📋 copy color: '#0EA294'

red 14 ◦ green 162 ◦ blue 148

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

Shades of Persian Green #0EA294

Tints of Persian Green #0EA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50%

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

R = 4.32%
G = 50%
B = 45.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#0EA294 (or 0x0EA294) is known color: Persian Green. HEX triplet: 0E, A2 and 94. RGB value is (14,162,148). Sum of RGB (Red+Green+Blue) = 14+162+148=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA294 is #F15D6B. Grayscale: #747474. Windows color (decimal): -15818092 or 9740814. OLE color: 9740814.

HSL color Cylindrical-coordinate representation of color #0EA294: hue angle of 174.32º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA294 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 162 148 -
CMYK 0.91 0 0.09 0.36
HSL 174.32º 0.84% 0.35% -
HSV(B) 174.32º 0.91% 0.64% -
XYZ 18.45 28.07 32.46 -
YUV 116.15 145.97 55.14 -
System Red Green Blue C M Y K H S L
Decimal 14 162 148 0.91 0 0.09 0.36 174.32 0.84 0.35
Hex E A2 94 5B 0 9 24 AE 54 23
Octal 16 242 224 133 0 11 44 256 124 43
Binary 1110 10100010 10010100 1011011 0 1001 100100 10101110 1010100 100011

Color Harmonies of #0EA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA294

Black with #0EA294

Text Example


Text Example

White with #0EA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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