#0E780F

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

Shades of Green #0E780F

Tints of Green #0E780F

Color information

#0E780F (or 0x0E780F) is unknown color: approx Green. HEX triplet: 0E, 78 and 0F. RGB value is (14,120,15). Sum of RGB (Red+Green+Blue) = 14+120+15=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 120 (47.27% from 255 or 80.54% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 120 - color contains mainly: green. Hex color #0E780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E780F is #F187F0. Grayscale: #4C4C4C. Windows color (decimal): -15828977 or 1013774. OLE color: 1013774.

HSL color Cylindrical-coordinate representation of color #0E780F: hue angle of 120.57º 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 #0E780F is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1412015-
CMYK0.8800.870.53
HSL120.57º79.1%26.27%-
HSV(B)120.57º88.33%47.06%-
XYZ6.9813.562.7-
YUV76.3493.3883.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.40%
GREEN value IS 120 (47.27% from 255) = 80.54%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=9.40%
G=80.54%
B=10.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14120150.8800.870.53120.5779.126.27
HexE78F5805735794f1a
Octal161701713001276517111732
Binary1110111100011111011000010101111101011111001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,120,15); }

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

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

 a { background-color: rgb(14,120,15); }

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

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

 span { border-color: rgb(14,120,15); }

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