Html Css Color HEX #0EA440 Pigment Green

📋 copy color: '#0EA440'

red 14 ◦ green 164 ◦ blue 64

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

Shades of Pigment Green #0EA440

Tints of Pigment Green #0EA440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 5.79%
G = 67.77%
B = 26.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#0EA440 (or 0x0EA440) is known color: Pigment Green. HEX triplet: 0E, A4 and 40. RGB value is (14,164,64). Sum of RGB (Red+Green+Blue) = 14+164+64=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 164 (64.45% from 255 or 67.77% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA440 is #F15BBF. Grayscale: #6C6C6C. Windows color (decimal): -15817664 or 4236302. OLE color: 4236302.

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

Color convert

RGB 14 164 64 -
CMYK 0.91 0 0.61 0.36
HSL 140º 0.84% 0.35% -
HSV(B) 140º 0.91% 0.64% -
XYZ 14.38 27.01 9.31 -
YUV 107.75 103.31 61.13 -
System Red Green Blue C M Y K H S L
Decimal 14 164 64 0.91 0 0.61 0.36 140 0.84 0.35
Hex E A4 40 5B 0 3D 24 8C 54 23
Octal 16 244 100 133 0 75 44 214 124 43
Binary 1110 10100100 1000000 1011011 0 111101 100100 10001100 1010100 100011

Color Harmonies of #0EA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA440

Black with #0EA440

Text Example


Text Example

White with #0EA440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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