Html Css Color HEX #0EAC4F Pigment Green

📋 copy color: '#0EAC4F'

red 14 ◦ green 172 ◦ blue 79

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

Shades of Pigment Green #0EAC4F

Tints of Pigment Green #0EAC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 5.28%
G = 64.91%
B = 29.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#0EAC4F (or 0x0EAC4F) is known color: Pigment Green. HEX triplet: 0E, AC and 4F. RGB value is (14,172,79). Sum of RGB (Red+Green+Blue) = 14+172+79=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC4F is #F153B0. Grayscale: #727272. Windows color (decimal): -15815601 or 5221390. OLE color: 5221390.

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

Color convert

RGB 14 172 79 -
CMYK 0.92 0 0.54 0.33
HSL 144.68º 0.85% 0.36% -
HSV(B) 144.68º 0.92% 0.67% -
XYZ 16.34 30.16 12.36 -
YUV 114.16 108.15 56.56 -
System Red Green Blue C M Y K H S L
Decimal 14 172 79 0.92 0 0.54 0.33 144.68 0.85 0.36
Hex E AC 4F 5C 0 36 21 91 55 24
Octal 16 254 117 134 0 66 41 221 125 44
Binary 1110 10101100 1001111 1011100 0 110110 100001 10010001 1010101 100100

Color Harmonies of #0EAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC4F

Black with #0EAC4F

Text Example


Text Example

White with #0EAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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