Html Css Color HEX #0E9E3D Pigment Green

📋 copy color: '#0E9E3D'

red 14 ◦ green 158 ◦ blue 61

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

Shades of Pigment Green #0E9E3D

Tints of Pigment Green #0E9E3D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 67.81%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 6.01%
G = 67.81%
B = 26.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#0E9E3D (or 0x0E9E3D) is known color: Pigment Green. HEX triplet: 0E, 9E and 3D. RGB value is (14,158,61). Sum of RGB (Red+Green+Blue) = 14+158+61=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 158 (62.11% from 255 or 67.81% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9E3D is #F161C2. Grayscale: #686868. Windows color (decimal): -15819203 or 4038158. OLE color: 4038158.

HSL color Cylindrical-coordinate representation of color #0E9E3D: hue angle of 139.58º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9E3D is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 158 61 -
CMYK 0.91 0 0.61 0.38
HSL 139.58º 0.84% 0.34% -
HSV(B) 139.58º 0.91% 0.62% -
XYZ 13.25 24.88 8.52 -
YUV 103.89 103.79 63.89 -
System Red Green Blue C M Y K H S L
Decimal 14 158 61 0.91 0 0.61 0.38 139.58 0.84 0.34
Hex E 9E 3D 5B 0 3D 26 8C 54 22
Octal 16 236 75 133 0 75 46 214 124 42
Binary 1110 10011110 111101 1011011 0 111101 100110 10001100 1010100 100010

Color Harmonies of #0E9E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9E3D

Black with #0E9E3D

Text Example


Text Example

White with #0E9E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,158,61); }

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

background-color css

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

 a { background-color: rgb(14,158,61); }

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

border-color css

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

 span { border-color: rgb(14,158,61); }

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