Html Css Color HEX #0EA44F Pigment Green

📋 copy color: '#0EA44F'

red 14 ◦ green 164 ◦ blue 79

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

Shades of Pigment Green #0EA44F

Tints of Pigment Green #0EA44F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 5.45%
G = 63.81%
B = 30.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#0EA44F (or 0x0EA44F) is known color: Pigment Green. HEX triplet: 0E, A4 and 4F. RGB value is (14,164,79). Sum of RGB (Red+Green+Blue) = 14+164+79=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 164 (64.45% from 255 or 63.81% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA44F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA44F is #F15BB0. Grayscale: #6D6D6D. Windows color (decimal): -15817649 or 5219342. OLE color: 5219342.

HSL color Cylindrical-coordinate representation of color #0EA44F: hue angle of 146º 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 #0EA44F is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 164 79 -
CMYK 0.91 0 0.52 0.36
HSL 146º 0.84% 0.35% -
HSV(B) 146º 0.91% 0.64% -
XYZ 14.87 27.21 11.87 -
YUV 109.46 110.81 59.91 -
System Red Green Blue C M Y K H S L
Decimal 14 164 79 0.91 0 0.52 0.36 146 0.84 0.35
Hex E A4 4F 5B 0 34 24 92 54 23
Octal 16 244 117 133 0 64 44 222 124 43
Binary 1110 10100100 1001111 1011011 0 110100 100100 10010010 1010100 100011

Color Harmonies of #0EA44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA44F

Black with #0EA44F

Text Example


Text Example

White with #0EA44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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