Html Css Color HEX #0E934F Pigment Green

📋 copy color: '#0E934F'

red 14 ◦ green 147 ◦ blue 79

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

Shades of Pigment Green #0E934F

Tints of Pigment Green #0E934F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.25%

 BLUE value IS 79 (31.25% from 255) = 32.92%

R = 5.83%
G = 61.25%
B = 32.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#0E934F (or 0x0E934F) is known color: Pigment Green. HEX triplet: 0E, 93 and 4F. RGB value is (14,147,79). Sum of RGB (Red+Green+Blue) = 14+147+79=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #0E934F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E934F is #F16CB0. Grayscale: #636363. Windows color (decimal): -15822001 or 5214990. OLE color: 5214990.

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

Color convert

RGB 14 147 79 -
CMYK 0.90 0 0.46 0.42
HSL 149.32º 0.83% 0.32% -
HSV(B) 149.32º 0.9% 0.58% -
XYZ 12.03 21.53 10.92 -
YUV 99.48 116.44 67.03 -
System Red Green Blue C M Y K H S L
Decimal 14 147 79 0.90 0 0.46 0.42 149.32 0.83 0.32
Hex E 93 4F 5A 0 2E 2A 95 53 20
Octal 16 223 117 132 0 56 52 225 123 40
Binary 1110 10010011 1001111 1011010 0 101110 101010 10010101 1010011 100000

Color Harmonies of #0E934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E934F

Black with #0E934F

Text Example


Text Example

White with #0E934F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,147,79); }

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

background-color css

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

 a { background-color: rgb(14,147,79); }

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

border-color css

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

 span { border-color: rgb(14,147,79); }

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