Html Css Color HEX #0E9E40 Pigment Green

📋 copy color: '#0E9E40'

red 14 ◦ green 158 ◦ blue 64

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

Shades of Pigment Green #0E9E40

Tints of Pigment Green #0E9E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 5.93%
G = 66.95%
B = 27.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#0E9E40 (or 0x0E9E40) is known color: Pigment Green. HEX triplet: 0E, 9E and 40. RGB value is (14,158,64). Sum of RGB (Red+Green+Blue) = 14+158+64=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9E40 is #F161BF. Grayscale: #686868. Windows color (decimal): -15819200 or 4234766. OLE color: 4234766.

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

Color convert

RGB 14 158 64 -
CMYK 0.91 0 0.59 0.38
HSL 140.83º 0.84% 0.34% -
HSV(B) 140.83º 0.91% 0.62% -
XYZ 13.33 24.92 8.96 -
YUV 104.23 105.29 63.64 -
System Red Green Blue C M Y K H S L
Decimal 14 158 64 0.91 0 0.59 0.38 140.83 0.84 0.34
Hex E 9E 40 5B 0 3B 26 8D 54 22
Octal 16 236 100 133 0 73 46 215 124 42
Binary 1110 10011110 1000000 1011011 0 111011 100110 10001101 1010100 100010

Color Harmonies of #0E9E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9E40

Black with #0E9E40

Text Example


Text Example

White with #0E9E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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