Html Css Color HEX #0E9336 Pigment Green

📋 copy color: '#0E9336'

red 14 ◦ green 147 ◦ blue 54

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

Shades of Pigment Green #0E9336

Tints of Pigment Green #0E9336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.12%

R = 6.51%
G = 68.37%
B = 25.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#0E9336 (or 0x0E9336) is known color: Pigment Green. HEX triplet: 0E, 93 and 36. RGB value is (14,147,54). Sum of RGB (Red+Green+Blue) = 14+147+54=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 147 (57.81% from 255 or 68.37% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9336 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9336 is #F16CC9. Grayscale: #606060. Windows color (decimal): -15822026 or 3576590. OLE color: 3576590.

HSL color Cylindrical-coordinate representation of color #0E9336: hue angle of 138.05º 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 #0E9336 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 147 54 -
CMYK 0.90 0 0.63 0.42
HSL 138.05º 0.83% 0.32% -
HSV(B) 138.05º 0.9% 0.58% -
XYZ 11.28 21.23 6.99 -
YUV 96.63 103.94 69.06 -
System Red Green Blue C M Y K H S L
Decimal 14 147 54 0.90 0 0.63 0.42 138.05 0.83 0.32
Hex E 93 36 5A 0 3F 2A 8A 53 20
Octal 16 223 66 132 0 77 52 212 123 40
Binary 1110 10010011 110110 1011010 0 111111 101010 10001010 1010011 100000

Color Harmonies of #0E9336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9336

Black with #0E9336

Text Example


Text Example

White with #0E9336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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