Html Css Color HEX #0EAC9F Persian Green

📋 copy color: '#0EAC9F'

red 14 ◦ green 172 ◦ blue 159

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

Shades of Persian Green #0EAC9F

Tints of Persian Green #0EAC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.09%

R = 4.06%
G = 49.86%
B = 46.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#0EAC9F (or 0x0EAC9F) is known color: Persian Green. HEX triplet: 0E, AC and 9F. RGB value is (14,172,159). Sum of RGB (Red+Green+Blue) = 14+172+159=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC9F is #F15360. Grayscale: #7B7B7B. Windows color (decimal): -15815521 or 10464270. OLE color: 10464270.

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

Color convert

RGB 14 172 159 -
CMYK 0.92 0 0.08 0.33
HSL 175.06º 0.85% 0.36% -
HSV(B) 175.06º 0.92% 0.67% -
XYZ 21.19 32.1 37.88 -
YUV 123.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 14 172 159 0.92 0 0.08 0.33 175.06 0.85 0.36
Hex E AC 9F 5C 0 8 21 AF 55 24
Octal 16 254 237 134 0 10 41 257 125 44
Binary 1110 10101100 10011111 1011100 0 1000 100001 10101111 1010101 100100

Color Harmonies of #0EAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC9F

Black with #0EAC9F

Text Example


Text Example

White with #0EAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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