#126801

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

Shades of Green #126801

Tints of Green #126801

Color information

#126801 (or 0x126801) is unknown color: approx Green. HEX triplet: 12, 68 and 01. RGB value is (18,104,1). Sum of RGB (Red+Green+Blue) = 18+104+1=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #126801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126801 is #ED97FE. Grayscale: #424242. Windows color (decimal): -15570943 or 92178. OLE color: 92178.

HSL color Cylindrical-coordinate representation of color #126801: hue angle of 110.1º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #126801 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB181041-
CMYK0.8300.990.59
HSL110.1º98.1%20.59%-
HSV(B)110.1º99.04%40.78%-
XYZ5.2110.031.69-
YUV66.5491.0193.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 104 (41.02% from 255) = 84.55%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=14.63%
G=84.55%
B=0.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1810410.8300.990.59110.198.120.59
Hex12681530633B6e6215
Octal22150112301437315614225
Binary10010110100011010011011000111110111101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126801; }

 p { color: rgb(18,104,1); }

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

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

 a { background-color: rgb(18,104,1); }

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

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

 span { border-color: rgb(18,104,1); }

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