Html Css Color HEX #0EAF49 Pigment Green

📋 copy color: '#0EAF49'

red 14 ◦ green 175 ◦ blue 73

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

Shades of Pigment Green #0EAF49

Tints of Pigment Green #0EAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 66.79%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 5.34%
G = 66.79%
B = 27.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#0EAF49 (or 0x0EAF49) is known color: Pigment Green. HEX triplet: 0E, AF and 49. RGB value is (14,175,73). Sum of RGB (Red+Green+Blue) = 14+175+73=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF49 is #F150B6. Grayscale: #737373. Windows color (decimal): -15814839 or 4828942. OLE color: 4828942.

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

Color convert

RGB 14 175 73 -
CMYK 0.92 0 0.58 0.31
HSL 141.99º 0.85% 0.37% -
HSV(B) 141.99º 0.92% 0.69% -
XYZ 16.71 31.23 11.45 -
YUV 115.23 104.16 55.79 -
System Red Green Blue C M Y K H S L
Decimal 14 175 73 0.92 0 0.58 0.31 141.99 0.85 0.37
Hex E AF 49 5C 0 3A 1F 8E 55 25
Octal 16 257 111 134 0 72 37 216 125 45
Binary 1110 10101111 1001001 1011100 0 111010 11111 10001110 1010101 100101

Color Harmonies of #0EAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAF49

Black with #0EAF49

Text Example


Text Example

White with #0EAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,175,73); }

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

background-color css

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

 a { background-color: rgb(14,175,73); }

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

border-color css

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

 span { border-color: rgb(14,175,73); }

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