Html Css Color HEX #0E7111 Green

📋 copy color: '#0E7111'

red 14 ◦ green 113 ◦ blue 17

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

Shades of Green #0E7111

Tints of Green #0E7111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 78.47%

 BLUE value IS 17 (7.03% from 255) = 11.81%

R = 9.72%
G = 78.47%
B = 11.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#0E7111 (or 0x0E7111) is known color: Green. HEX triplet: 0E, 71 and 11. RGB value is (14,113,17). Sum of RGB (Red+Green+Blue) = 14+113+17=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 113 (44.53% from 255 or 78.47% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 113 - color contains mainly: green. Hex color #0E7111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7111 is #F18EEE. Grayscale: #484848. Windows color (decimal): -15830767 or 1143054. OLE color: 1143054.

HSL color Cylindrical-coordinate representation of color #0E7111: hue angle of 121.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7111 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 113 17 -
CMYK 0.88 0 0.85 0.56
HSL 121.82º 0.78% 0.25% -
HSV(B) 121.82º 0.88% 0.44% -
XYZ 6.19 11.94 2.51 -
YUV 72.46 96.7 86.31 -
System Red Green Blue C M Y K H S L
Decimal 14 113 17 0.88 0 0.85 0.56 121.82 0.78 0.25
Hex E 71 11 58 0 55 38 7A 4E 19
Octal 16 161 21 130 0 125 70 172 116 31
Binary 1110 1110001 10001 1011000 0 1010101 111000 1111010 1001110 11001

Color Harmonies of #0E7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7111

Black with #0E7111

Text Example


Text Example

White with #0E7111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,113,17); }

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

background-color css

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

 a { background-color: rgb(14,113,17); }

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

border-color css

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

 span { border-color: rgb(14,113,17); }

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