#126803

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

Shades of Green #126803

Tints of Green #126803

Color information

#126803 (or 0x126803) is unknown color: approx Green. HEX triplet: 12, 68 and 03. RGB value is (18,104,3). Sum of RGB (Red+Green+Blue) = 18+104+3=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 104 (41.02% from 255 or 83.2% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 104 - color contains mainly: green. Hex color #126803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126803 is #ED97FC. Grayscale: #434343. Windows color (decimal): -15570941 or 223250. OLE color: 223250.

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

Color convert

RGB181043-
CMYK0.8300.970.59
HSL111.09º94.39%20.98%-
HSV(B)111.09º97.12%40.78%-
XYZ5.2210.041.75-
YUV66.7792.0193.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 104 (41.02% from 255) = 83.2%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=14.4%
G=83.2%
B=2.4%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1810430.8300.970.59111.0994.3920.98
Hex12683530613B6f5e15
Octal22150312301417315713625
Binary100101101000111010011011000011110111101111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126803; }

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

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

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

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

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

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

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

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