Html Css Color HEX #0EAC97 Persian Green

📋 copy color: '#0EAC97'

red 14 ◦ green 172 ◦ blue 151

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

Shades of Persian Green #0EAC97

Tints of Persian Green #0EAC97

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.04%

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 4.15%
G = 51.04%
B = 44.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#0EAC97 (or 0x0EAC97) is known color: Persian Green. HEX triplet: 0E, AC and 97. RGB value is (14,172,151). Sum of RGB (Red+Green+Blue) = 14+172+151=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC97 is #F15368. Grayscale: #7A7A7A. Windows color (decimal): -15815529 or 9939982. OLE color: 9939982.

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

Color convert

RGB 14 172 151 -
CMYK 0.92 0 0.12 0.33
HSL 172.03º 0.85% 0.36% -
HSV(B) 172.03º 0.92% 0.67% -
XYZ 20.52 31.83 34.34 -
YUV 122.36 144.15 50.71 -
System Red Green Blue C M Y K H S L
Decimal 14 172 151 0.92 0 0.12 0.33 172.03 0.85 0.36
Hex E AC 97 5C 0 C 21 AC 55 24
Octal 16 254 227 134 0 14 41 254 125 44
Binary 1110 10101100 10010111 1011100 0 1100 100001 10101100 1010101 100100

Color Harmonies of #0EAC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC97

Black with #0EAC97

Text Example


Text Example

White with #0EAC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,151); }

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

background-color css

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

 a { background-color: rgb(14,172,151); }

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

border-color css

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

 span { border-color: rgb(14,172,151); }

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