Html Css Color HEX #0EA249 Pigment Green

📋 copy color: '#0EA249'

red 14 ◦ green 162 ◦ blue 73

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

Shades of Pigment Green #0EA249

Tints of Pigment Green #0EA249

RGB

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

 GREEN value IS 162 (63.67% from 255) = 65.06%

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

R = 5.62%
G = 65.06%
B = 29.32%

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

#0EA249 (or 0x0EA249) is known color: Pigment Green. HEX triplet: 0E, A2 and 49. RGB value is (14,162,73). Sum of RGB (Red+Green+Blue) = 14+162+73=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 162 (63.67% from 255 or 65.06% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA249 is #F15DB6. Grayscale: #6B6B6B. Windows color (decimal): -15818167 or 4825614. OLE color: 4825614.

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

Color convert

RGB 14 162 73 -
CMYK 0.91 0 0.55 0.36
HSL 143.92º 0.84% 0.35% -
HSV(B) 143.92º 0.91% 0.64% -
XYZ 14.3 26.42 10.65 -
YUV 107.6 108.47 61.24 -
System Red Green Blue C M Y K H S L
Decimal 14 162 73 0.91 0 0.55 0.36 143.92 0.84 0.35
Hex E A2 49 5B 0 37 24 90 54 23
Octal 16 242 111 133 0 67 44 220 124 43
Binary 1110 10100010 1001001 1011011 0 110111 100100 10010000 1010100 100011

Color Harmonies of #0EA249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA249

Black with #0EA249

Text Example


Text Example

White with #0EA249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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