#1A6906

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

Shades of Green #1A6906

Tints of Green #1A6906

Color information

#1A6906 (or 0x1A6906) is unknown color: approx Green. HEX triplet: 1A, 69 and 06. RGB value is (26,105,6). Sum of RGB (Red+Green+Blue) = 26+105+6=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 105 (41.41% from 255 or 76.64% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 105 - color contains mainly: green. Hex color #1A6906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6906 is #E596F9. Grayscale: #464646. Windows color (decimal): -15046394 or 420122. OLE color: 420122.

HSL color Cylindrical-coordinate representation of color #1A6906: hue angle of 107.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A6906 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB261056-
CMYK0.7500.940.59
HSL107.88º89.19%21.76%-
HSV(B)107.88º94.29%41.18%-
XYZ5.5110.341.88-
YUV70.0991.8396.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.98%
GREEN value IS 105 (41.41% from 255) = 76.64%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=18.98%
G=76.64%
B=4.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2610560.7500.940.59107.8889.1921.76
Hex1A6964B05E3B6c5916
Octal32151611301367315413126
Binary1101011010011101001011010111101110111101100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6906; }

 p { color: rgb(26,105,6); }

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

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

 a { background-color: rgb(26,105,6); }

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

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

 span { border-color: rgb(26,105,6); }

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