Html Css Color HEX #0EA289 Persian Green

📋 copy color: '#0EA289'

red 14 ◦ green 162 ◦ blue 137

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

Shades of Persian Green #0EA289

Tints of Persian Green #0EA289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.77%

R = 4.47%
G = 51.76%
B = 43.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#0EA289 (or 0x0EA289) is known color: Persian Green. HEX triplet: 0E, A2 and 89. RGB value is (14,162,137). Sum of RGB (Red+Green+Blue) = 14+162+137=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA289 is #F15D76. Grayscale: #727272. Windows color (decimal): -15818103 or 9019918. OLE color: 9019918.

HSL color Cylindrical-coordinate representation of color #0EA289: hue angle of 169.86º 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 #0EA289 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 162 137 -
CMYK 0.91 0 0.15 0.36
HSL 169.86º 0.84% 0.35% -
HSV(B) 169.86º 0.91% 0.64% -
XYZ 17.62 27.74 28.09 -
YUV 114.9 140.47 56.03 -
System Red Green Blue C M Y K H S L
Decimal 14 162 137 0.91 0 0.15 0.36 169.86 0.84 0.35
Hex E A2 89 5B 0 F 24 AA 54 23
Octal 16 242 211 133 0 17 44 252 124 43
Binary 1110 10100010 10001001 1011011 0 1111 100100 10101010 1010100 100011

Color Harmonies of #0EA289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA289

Black with #0EA289

Text Example


Text Example

White with #0EA289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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