Html Css Color HEX #0E7100 Green

📋 copy color: '#0E7100'

red 14 ◦ green 113 ◦ blue 0

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

Shades of Green #0E7100

Tints of Green #0E7100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 11.02%
G = 88.98%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#0E7100 (or 0x0E7100) is known color: Green. HEX triplet: 0E, 71 and 00. RGB value is (14,113,0). Sum of RGB (Red+Green+Blue) = 14+113+0=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 113 (44.53% from 255 or 88.98% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 113 - color contains mainly: green. Hex color #0E7100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7100 is #F18EFF. Grayscale: #464646. Windows color (decimal): -15830784 or 28942. OLE color: 28942.

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

Color convert

RGB 14 113 0 -
CMYK 0.88 0 1 0.56
HSL 112.57º 1% 0.22% -
HSV(B) 112.57º 1% 0.44% -
XYZ 6.09 11.9 1.98 -
YUV 70.52 88.2 87.69 -
System Red Green Blue C M Y K H S L
Decimal 14 113 0 0.88 0 1 0.56 112.57 1 0.22
Hex E 71 0 58 0 64 38 71 64 16
Octal 16 161 0 130 0 144 70 161 144 26
Binary 1110 1110001 0 1011000 0 1100100 111000 1110001 1100100 10110

Color Harmonies of #0E7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7100

Black with #0E7100

Text Example


Text Example

White with #0E7100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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