Html Css Color HEX #0EA29A Persian Green

📋 copy color: '#0EA29A'

red 14 ◦ green 162 ◦ blue 154

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

Shades of Persian Green #0EA29A

Tints of Persian Green #0EA29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.67%

R = 4.24%
G = 49.09%
B = 46.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#0EA29A (or 0x0EA29A) is known color: Persian Green. HEX triplet: 0E, A2 and 9A. RGB value is (14,162,154). Sum of RGB (Red+Green+Blue) = 14+162+154=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA29A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA29A is #F15D65. Grayscale: #747474. Windows color (decimal): -15818086 or 10134030. OLE color: 10134030.

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

Color convert

RGB 14 162 154 -
CMYK 0.91 0 0.05 0.36
HSL 176.76º 0.84% 0.35% -
HSV(B) 176.76º 0.91% 0.64% -
XYZ 18.93 28.27 35.03 -
YUV 116.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 14 162 154 0.91 0 0.05 0.36 176.76 0.84 0.35
Hex E A2 9A 5B 0 5 24 B1 54 23
Octal 16 242 232 133 0 5 44 261 124 43
Binary 1110 10100010 10011010 1011011 0 101 100100 10110001 1010100 100011

Color Harmonies of #0EA29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA29A

Black with #0EA29A

Text Example


Text Example

White with #0EA29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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