#1A6A10

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

Shades of Green #1A6A10

Tints of Green #1A6A10

Color information

#1A6A10 (or 0x1A6A10) is unknown color: approx Green. HEX triplet: 1A, 6A and 10. RGB value is (26,106,16). Sum of RGB (Red+Green+Blue) = 26+106+16=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 106 (41.80% from 255 or 71.62% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6A10 is #E595EF. Grayscale: #484848. Windows color (decimal): -15046128 or 1075738. OLE color: 1075738.

HSL color Cylindrical-coordinate representation of color #1A6A10: hue angle of 113.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A6A10 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB2610616-
CMYK0.7500.850.58
HSL113.33º73.77%23.92%-
HSV(B)113.33º84.91%41.57%-
XYZ5.6710.572.23-
YUV71.8296.595.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.57%
GREEN value IS 106 (41.80% from 255) = 71.62%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=17.57%
G=71.62%
B=10.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26106160.7500.850.58113.3373.7723.92
Hex1A6A104B0553A714a18
Octal321522011301257216111230
Binary110101101010100001001011010101011110101110001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,106,16); }

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

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

 a { background-color: rgb(26,106,16); }

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

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

 span { border-color: rgb(26,106,16); }

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