Html Css Color HEX #0EAC99 Persian Green

📋 copy color: '#0EAC99'

red 14 ◦ green 172 ◦ blue 153

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

Shades of Persian Green #0EAC99

Tints of Persian Green #0EAC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.13%

R = 4.13%
G = 50.74%
B = 45.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#0EAC99 (or 0x0EAC99) is known color: Persian Green. HEX triplet: 0E, AC and 99. RGB value is (14,172,153). Sum of RGB (Red+Green+Blue) = 14+172+153=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC99 is #F15366. Grayscale: #7A7A7A. Windows color (decimal): -15815527 or 10071054. OLE color: 10071054.

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

Color convert

RGB 14 172 153 -
CMYK 0.92 0 0.11 0.33
HSL 172.78º 0.85% 0.36% -
HSV(B) 172.78º 0.92% 0.67% -
XYZ 20.68 31.9 35.2 -
YUV 122.59 145.15 50.54 -
System Red Green Blue C M Y K H S L
Decimal 14 172 153 0.92 0 0.11 0.33 172.78 0.85 0.36
Hex E AC 99 5C 0 B 21 AD 55 24
Octal 16 254 231 134 0 13 41 255 125 44
Binary 1110 10101100 10011001 1011100 0 1011 100001 10101101 1010101 100100

Color Harmonies of #0EAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC99

Black with #0EAC99

Text Example


Text Example

White with #0EAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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