Html Css Color HEX #0E994D Pigment Green

📋 copy color: '#0E994D'

red 14 ◦ green 153 ◦ blue 77

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

Shades of Pigment Green #0E994D

Tints of Pigment Green #0E994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 62.7%

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 5.74%
G = 62.7%
B = 31.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#0E994D (or 0x0E994D) is known color: Pigment Green. HEX triplet: 0E, 99 and 4D. RGB value is (14,153,77). Sum of RGB (Red+Green+Blue) = 14+153+77=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #0E994D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E994D is #F166B2. Grayscale: #666666. Windows color (decimal): -15820467 or 5085454. OLE color: 5085454.

HSL color Cylindrical-coordinate representation of color #0E994D: hue angle of 147.19º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E994D is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 14 153 77 -
CMYK 0.91 0 0.50 0.4
HSL 147.19º 0.83% 0.33% -
HSV(B) 147.19º 0.91% 0.6% -
XYZ 12.91 23.41 10.86 -
YUV 102.78 113.45 64.68 -
System Red Green Blue C M Y K H S L
Decimal 14 153 77 0.91 0 0.50 0.4 147.19 0.83 0.33
Hex E 99 4D 5B 0 32 28 93 53 21
Octal 16 231 115 133 0 62 50 223 123 41
Binary 1110 10011001 1001101 1011011 0 110010 101000 10010011 1010011 100001

Color Harmonies of #0E994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E994D

Black with #0E994D

Text Example


Text Example

White with #0E994D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,153,77); }

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

background-color css

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

 a { background-color: rgb(14,153,77); }

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

border-color css

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

 span { border-color: rgb(14,153,77); }

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