Html Css Color HEX #0E9F3D Pigment Green

📋 copy color: '#0E9F3D'

red 14 ◦ green 159 ◦ blue 61

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

Shades of Pigment Green #0E9F3D

Tints of Pigment Green #0E9F3D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 67.95%

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

R = 5.98%
G = 67.95%
B = 26.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#0E9F3D (or 0x0E9F3D) is known color: Pigment Green. HEX triplet: 0E, 9F and 3D. RGB value is (14,159,61). Sum of RGB (Red+Green+Blue) = 14+159+61=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 159 (62.5% from 255 or 67.95% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F3D is #F160C2. Grayscale: #686868. Windows color (decimal): -15818947 or 4038414. OLE color: 4038414.

HSL color Cylindrical-coordinate representation of color #0E9F3D: hue angle of 139.45º 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 #0E9F3D is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 159 61 -
CMYK 0.91 0 0.62 0.38
HSL 139.45º 0.84% 0.34% -
HSV(B) 139.45º 0.91% 0.62% -
XYZ 13.42 25.23 8.58 -
YUV 104.47 103.46 63.47 -
System Red Green Blue C M Y K H S L
Decimal 14 159 61 0.91 0 0.62 0.38 139.45 0.84 0.34
Hex E 9F 3D 5B 0 3E 26 8B 54 22
Octal 16 237 75 133 0 76 46 213 124 42
Binary 1110 10011111 111101 1011011 0 111110 100110 10001011 1010100 100010

Color Harmonies of #0E9F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9F3D

Black with #0E9F3D

Text Example


Text Example

White with #0E9F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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