Html Css Color HEX #0EA68A Persian Green

📋 copy color: '#0EA68A'

red 14 ◦ green 166 ◦ blue 138

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

Shades of Persian Green #0EA68A

Tints of Persian Green #0EA68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.2%

 BLUE value IS 138 (54.3% from 255) = 43.4%

R = 4.4%
G = 52.2%
B = 43.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#0EA68A (or 0x0EA68A) is known color: Persian Green. HEX triplet: 0E, A6 and 8A. RGB value is (14,166,138). Sum of RGB (Red+Green+Blue) = 14+166+138=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA68A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA68A is #F15975. Grayscale: #757575. Windows color (decimal): -15817078 or 9086478. OLE color: 9086478.

HSL color Cylindrical-coordinate representation of color #0EA68A: hue angle of 168.95º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA68A is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 166 138 -
CMYK 0.92 0 0.17 0.35
HSL 168.95º 0.84% 0.35% -
HSV(B) 168.95º 0.92% 0.65% -
XYZ 18.4 29.2 28.71 -
YUV 117.36 139.64 54.28 -
System Red Green Blue C M Y K H S L
Decimal 14 166 138 0.92 0 0.17 0.35 168.95 0.84 0.35
Hex E A6 8A 5C 0 11 23 A9 54 23
Octal 16 246 212 134 0 21 43 251 124 43
Binary 1110 10100110 10001010 1011100 0 10001 100011 10101001 1010100 100011

Color Harmonies of #0EA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA68A

Black with #0EA68A

Text Example


Text Example

White with #0EA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,138); }

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

background-color css

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

 a { background-color: rgb(14,166,138); }

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

border-color css

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

 span { border-color: rgb(14,166,138); }

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