#0D7C0E

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

Shades of Green #0D7C0E

Tints of Green #0D7C0E

Color information

#0D7C0E (or 0x0D7C0E) is unknown color: approx Green. HEX triplet: 0D, 7C and 0E. RGB value is (13,124,14). Sum of RGB (Red+Green+Blue) = 13+124+14=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 124 (48.83% from 255 or 82.12% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7C0E is #F283F1. Grayscale: #4E4E4E. Windows color (decimal): -15893490 or 949261. OLE color: 949261.

HSL color Cylindrical-coordinate representation of color #0D7C0E: hue angle of 120.54º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C0E is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB1312414-
CMYK0.9000.890.51
HSL120.54º81.02%26.86%-
HSV(B)120.54º89.52%48.63%-
XYZ7.4514.532.83-
YUV78.2791.7381.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 124 (48.83% from 255) = 82.12%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=8.61%
G=82.12%
B=9.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13124140.9000.890.51120.5481.0226.86
HexD7CE5A0593379511b
Octal151741613201316317112133
Binary1101111110011101011010010110011100111111001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,124,14); }

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

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

 a { background-color: rgb(13,124,14); }

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

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

 span { border-color: rgb(13,124,14); }

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