Html Css Color HEX #0EA946 Pigment Green

📋 copy color: '#0EA946'

red 14 ◦ green 169 ◦ blue 70

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

Shades of Pigment Green #0EA946

Tints of Pigment Green #0EA946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 66.8%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 5.53%
G = 66.8%
B = 27.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#0EA946 (or 0x0EA946) is known color: Pigment Green. HEX triplet: 0E, A9 and 46. RGB value is (14,169,70). Sum of RGB (Red+Green+Blue) = 14+169+70=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 169 (66.41% from 255 or 66.80% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA946 is #F156B9. Grayscale: #6F6F6F. Windows color (decimal): -15816378 or 4630798. OLE color: 4630798.

HSL color Cylindrical-coordinate representation of color #0EA946: hue angle of 141.68º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA946 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 14 169 70 -
CMYK 0.92 0 0.59 0.34
HSL 141.68º 0.85% 0.36% -
HSV(B) 141.68º 0.92% 0.66% -
XYZ 15.47 28.91 10.56 -
YUV 111.37 104.65 58.55 -
System Red Green Blue C M Y K H S L
Decimal 14 169 70 0.92 0 0.59 0.34 141.68 0.85 0.36
Hex E A9 46 5C 0 3B 22 8E 55 24
Octal 16 251 106 134 0 73 42 216 125 44
Binary 1110 10101001 1000110 1011100 0 111011 100010 10001110 1010101 100100

Color Harmonies of #0EA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA946

Black with #0EA946

Text Example


Text Example

White with #0EA946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,169,70); }

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

background-color css

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

 a { background-color: rgb(14,169,70); }

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

border-color css

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

 span { border-color: rgb(14,169,70); }

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