Html Css Color HEX #0EA44A Pigment Green

📋 copy color: '#0EA44A'

red 14 ◦ green 164 ◦ blue 74

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

Shades of Pigment Green #0EA44A

Tints of Pigment Green #0EA44A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 65.08%

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 5.56%
G = 65.08%
B = 29.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#0EA44A (or 0x0EA44A) is known color: Pigment Green. HEX triplet: 0E, A4 and 4A. RGB value is (14,164,74). Sum of RGB (Red+Green+Blue) = 14+164+74=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 164 (64.45% from 255 or 65.08% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA44A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA44A is #F15BB5. Grayscale: #6D6D6D. Windows color (decimal): -15817654 or 4891662. OLE color: 4891662.

HSL color Cylindrical-coordinate representation of color #0EA44A: hue angle of 144º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA44A is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 164 74 -
CMYK 0.91 0 0.55 0.36
HSL 144º 0.84% 0.35% -
HSV(B) 144º 0.91% 0.64% -
XYZ 14.69 27.14 10.94 -
YUV 108.89 108.31 60.32 -
System Red Green Blue C M Y K H S L
Decimal 14 164 74 0.91 0 0.55 0.36 144 0.84 0.35
Hex E A4 4A 5B 0 37 24 90 54 23
Octal 16 244 112 133 0 67 44 220 124 43
Binary 1110 10100100 1001010 1011011 0 110111 100100 10010000 1010100 100011

Color Harmonies of #0EA44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA44A

Black with #0EA44A

Text Example


Text Example

White with #0EA44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,164,74); }

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

background-color css

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

 a { background-color: rgb(14,164,74); }

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

border-color css

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

 span { border-color: rgb(14,164,74); }

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