Html Css Color HEX #0EAC90 Persian Green

📋 copy color: '#0EAC90'

red 14 ◦ green 172 ◦ blue 144

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

Shades of Persian Green #0EAC90

Tints of Persian Green #0EAC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 4.24%
G = 52.12%
B = 43.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#0EAC90 (or 0x0EAC90) is known color: Persian Green. HEX triplet: 0E, AC and 90. RGB value is (14,172,144). Sum of RGB (Red+Green+Blue) = 14+172+144=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC90 is #F1536F. Grayscale: #797979. Windows color (decimal): -15815536 or 9481230. OLE color: 9481230.

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

Color convert

RGB 14 172 144 -
CMYK 0.92 0 0.16 0.33
HSL 169.37º 0.85% 0.36% -
HSV(B) 169.37º 0.92% 0.67% -
XYZ 19.97 31.61 31.43 -
YUV 121.57 140.65 51.28 -
System Red Green Blue C M Y K H S L
Decimal 14 172 144 0.92 0 0.16 0.33 169.37 0.85 0.36
Hex E AC 90 5C 0 10 21 A9 55 24
Octal 16 254 220 134 0 20 41 251 125 44
Binary 1110 10101100 10010000 1011100 0 10000 100001 10101001 1010101 100100

Color Harmonies of #0EAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC90

Black with #0EAC90

Text Example


Text Example

White with #0EAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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