#0E7913

Color #0E7913 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0E7913

Tints of Green #0E7913

Color information

#0E7913 (or 0x0E7913) is unknown color: approx Green. HEX triplet: 0E, 79 and 13. RGB value is (14,121,19). Sum of RGB (Red+Green+Blue) = 14+121+19=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 121 (47.66% from 255 or 78.57% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 121 - color contains mainly: green. Hex color #0E7913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7913 is #F186EC. Grayscale: #4D4D4D. Windows color (decimal): -15828717 or 1276174. OLE color: 1276174.

HSL color Cylindrical-coordinate representation of color #0E7913: hue angle of 122.8º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7913 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1412119-
CMYK0.8800.840.53
HSL122.8º79.26%26.47%-
HSV(B)122.8º88.43%47.45%-
XYZ7.1413.822.91-
YUV77.3895.0582.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.09%
GREEN value IS 121 (47.66% from 255) = 78.57%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=9.09%
G=78.57%
B=12.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14121190.8800.840.53122.879.2626.47
HexE791358054357b4f1a
Octal161712313001246517311732
Binary11101111001100111011000010101001101011111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,121,19); }

 H1.HeaderClassName
 {
   color: #0E7913;
 }
 .AnyTagClassName
 {
   color: #0E7913;
 }
</style>
background-color css

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

 a { background-color: rgb(14,121,19); }

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

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

 span { border-color: rgb(14,121,19); }

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