Html Css Color HEX #0EAD56 Pigment Green

📋 copy color: '#0EAD56'

red 14 ◦ green 173 ◦ blue 86

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

Shades of Pigment Green #0EAD56

Tints of Pigment Green #0EAD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 5.13%
G = 63.37%
B = 31.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#0EAD56 (or 0x0EAD56) is known color: Pigment Green. HEX triplet: 0E, AD and 56. RGB value is (14,173,86). Sum of RGB (Red+Green+Blue) = 14+173+86=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD56 is #F152A9. Grayscale: #737373. Windows color (decimal): -15815338 or 5680398. OLE color: 5680398.

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

Color convert

RGB 14 173 86 -
CMYK 0.92 0 0.50 0.32
HSL 147.17º 0.85% 0.37% -
HSV(B) 147.17º 0.92% 0.68% -
XYZ 16.8 30.65 13.83 -
YUV 115.54 111.32 55.57 -
System Red Green Blue C M Y K H S L
Decimal 14 173 86 0.92 0 0.50 0.32 147.17 0.85 0.37
Hex E AD 56 5C 0 32 20 93 55 25
Octal 16 255 126 134 0 62 40 223 125 45
Binary 1110 10101101 1010110 1011100 0 110010 100000 10010011 1010101 100101

Color Harmonies of #0EAD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAD56

Black with #0EAD56

Text Example


Text Example

White with #0EAD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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