#1A8A06

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

Shades of Green #1A8A06

Tints of Green #1A8A06

Color information

#1A8A06 (or 0x1A8A06) is unknown color: approx Green. HEX triplet: 1A, 8A and 06. RGB value is (26,138,6). Sum of RGB (Red+Green+Blue) = 26+138+6=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 138 (54.30% from 255 or 81.18% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A8A06 is #E575F9. Grayscale: #595959. Windows color (decimal): -15037946 or 428570. OLE color: 428570.

HSL color Cylindrical-coordinate representation of color #1A8A06: hue angle of 110.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A8A06 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB261386-
CMYK0.8100.960.46
HSL110.91º91.67%28.24%-
HSV(B)110.91º95.65%54.12%-
XYZ9.5518.413.22-
YUV89.4680.8982.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.29%
GREEN value IS 138 (54.30% from 255) = 81.18%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=15.29%
G=81.18%
B=3.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2613860.8100.960.46110.9191.6728.24
Hex1A8A6510602E6f5c1c
Octal32212612101405615713434
Binary11010100010101101010001011000001011101101111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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