Html Css Color HEX #0E944B Pigment Green

📋 copy color: '#0E944B'

red 14 ◦ green 148 ◦ blue 75

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

Shades of Pigment Green #0E944B

Tints of Pigment Green #0E944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.45%

 BLUE value IS 75 (29.69% from 255) = 31.65%

R = 5.91%
G = 62.45%
B = 31.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#0E944B (or 0x0E944B) is known color: Pigment Green. HEX triplet: 0E, 94 and 4B. RGB value is (14,148,75). Sum of RGB (Red+Green+Blue) = 14+148+75=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #0E944B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E944B is #F16BB4. Grayscale: #636363. Windows color (decimal): -15821749 or 4953102. OLE color: 4953102.

HSL color Cylindrical-coordinate representation of color #0E944B: hue angle of 147.31º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E944B is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 148 75 -
CMYK 0.91 0 0.49 0.42
HSL 147.31º 0.83% 0.32% -
HSV(B) 147.31º 0.91% 0.58% -
XYZ 12.04 21.78 10.23 -
YUV 99.61 114.11 66.94 -
System Red Green Blue C M Y K H S L
Decimal 14 148 75 0.91 0 0.49 0.42 147.31 0.83 0.32
Hex E 94 4B 5B 0 31 2A 93 53 20
Octal 16 224 113 133 0 61 52 223 123 40
Binary 1110 10010100 1001011 1011011 0 110001 101010 10010011 1010011 100000

Color Harmonies of #0E944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E944B

Black with #0E944B

Text Example


Text Example

White with #0E944B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,148,75); }

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

background-color css

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

 a { background-color: rgb(14,148,75); }

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

border-color css

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

 span { border-color: rgb(14,148,75); }

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