Html Css Color HEX #0EAD47 Pigment Green

📋 copy color: '#0EAD47'

red 14 ◦ green 173 ◦ blue 71

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

Shades of Pigment Green #0EAD47

Tints of Pigment Green #0EAD47

RGB

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

 GREEN value IS 173 (67.97% from 255) = 67.05%

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 5.43%
G = 67.05%
B = 27.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#0EAD47 (or 0x0EAD47) is known color: Pigment Green. HEX triplet: 0E, AD and 47. RGB value is (14,173,71). Sum of RGB (Red+Green+Blue) = 14+173+71=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 173 (67.97% from 255 or 67.05% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAD47 is #F152B8. Grayscale: #727272. Windows color (decimal): -15815353 or 4697358. OLE color: 4697358.

HSL color Cylindrical-coordinate representation of color #0EAD47: hue angle of 141.51º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD47 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 173 71 -
CMYK 0.92 0 0.59 0.32
HSL 141.51º 0.85% 0.37% -
HSV(B) 141.51º 0.92% 0.68% -
XYZ 16.26 30.44 10.98 -
YUV 113.83 103.82 56.79 -
System Red Green Blue C M Y K H S L
Decimal 14 173 71 0.92 0 0.59 0.32 141.51 0.85 0.37
Hex E AD 47 5C 0 3B 20 8E 55 25
Octal 16 255 107 134 0 73 40 216 125 45
Binary 1110 10101101 1000111 1011100 0 111011 100000 10001110 1010101 100101

Color Harmonies of #0EAD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAD47

Black with #0EAD47

Text Example


Text Example

White with #0EAD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,173,71); }

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

background-color css

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

 a { background-color: rgb(14,173,71); }

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

border-color css

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

 span { border-color: rgb(14,173,71); }

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