#12820E

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

Shades of Green #12820E

Tints of Green #12820E

Color information

#12820E (or 0x12820E) is unknown color: approx Green. HEX triplet: 12, 82 and 0E. RGB value is (18,130,14). Sum of RGB (Red+Green+Blue) = 18+130+14=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #12820E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12820E is #ED7DF1. Grayscale: #535353. Windows color (decimal): -15564274 or 950802. OLE color: 950802.

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

Color convert

RGB1813014-
CMYK0.8600.890.49
HSL117.93º80.56%28.24%-
HSV(B)117.93º89.23%50.98%-
XYZ8.3116.133.09-
YUV83.2988.8981.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 130 (51.17% from 255) = 80.25%
BLUE value IS 14 (5.86% from 255) = 8.64%
R=11.11%
G=80.25%
B=8.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130140.8600.890.49117.9380.5628.24
Hex1282E560593176511c
Octal222021612601316116612134
Binary100101000001011101010110010110011100011110110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12820E; }

 p { color: rgb(18,130,14); }

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

<style>
 a { background-color: #12820E; }

 a { background-color: rgb(18,130,14); }

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

<style>
 span { border-color: #12820E; }

 span { border-color: rgb(18,130,14); }

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