Html Css Color HEX #0EA64D Pigment Green

📋 copy color: '#0EA64D'

red 14 ◦ green 166 ◦ blue 77

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

Shades of Pigment Green #0EA64D

Tints of Pigment Green #0EA64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 64.59%

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 5.45%
G = 64.59%
B = 29.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#0EA64D (or 0x0EA64D) is known color: Pigment Green. HEX triplet: 0E, A6 and 4D. RGB value is (14,166,77). Sum of RGB (Red+Green+Blue) = 14+166+77=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 166 (65.23% from 255 or 64.59% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA64D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA64D is #F159B2. Grayscale: #6E6E6E. Windows color (decimal): -15817139 or 5088782. OLE color: 5088782.

HSL color Cylindrical-coordinate representation of color #0EA64D: hue angle of 144.87º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA64D is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 166 77 -
CMYK 0.92 0 0.54 0.35
HSL 144.87º 0.84% 0.35% -
HSV(B) 144.87º 0.92% 0.65% -
XYZ 15.16 27.9 11.61 -
YUV 110.41 109.14 59.24 -
System Red Green Blue C M Y K H S L
Decimal 14 166 77 0.92 0 0.54 0.35 144.87 0.84 0.35
Hex E A6 4D 5C 0 36 23 91 54 23
Octal 16 246 115 134 0 66 43 221 124 43
Binary 1110 10100110 1001101 1011100 0 110110 100011 10010001 1010100 100011

Color Harmonies of #0EA64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA64D

Black with #0EA64D

Text Example


Text Example

White with #0EA64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,77); }

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

background-color css

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

 a { background-color: rgb(14,166,77); }

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

border-color css

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

 span { border-color: rgb(14,166,77); }

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