#126104

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

Shades of Green #126104

Tints of Green #126104

Color information

#126104 (or 0x126104) is unknown color: approx Green. HEX triplet: 12, 61 and 04. RGB value is (18,97,4). Sum of RGB (Red+Green+Blue) = 18+97+4=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 97 (38.28% from 255 or 81.51% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 97 - color contains mainly: green. Hex color #126104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126104 is #ED9EFB. Grayscale: #3F3F3F. Windows color (decimal): -15572732 or 286994. OLE color: 286994.

HSL color Cylindrical-coordinate representation of color #126104: hue angle of 110.97º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #126104 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB18974-
CMYK0.8100.960.62
HSL110.97º92.08%19.8%-
HSV(B)110.97º95.88%38.04%-
XYZ4.558.691.55-
YUV62.7894.8396.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 97 (38.28% from 255) = 81.51%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=15.13%
G=81.51%
B=3.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal189740.8100.960.62110.9792.0819.8
Hex12614510603E6f5c14
Octal22141412101407615713424
Binary1001011000011001010001011000001111101101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126104; }

 p { color: rgb(18,97,4); }

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

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

 a { background-color: rgb(18,97,4); }

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

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

 span { border-color: rgb(18,97,4); }

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