#1AA12A

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

Shades of Forest Green #1AA12A

Tints of Forest Green #1AA12A

Color information

#1AA12A (or 0x1AA12A) is unknown color: approx Forest Green. HEX triplet: 1A, A1 and 2A. RGB value is (26,161,42). Sum of RGB (Red+Green+Blue) = 26+161+42=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 161 (63.28% from 255 or 70.31% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA12A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA12A is #E55ED5. Grayscale: #6B6B6B. Windows color (decimal): -15032022 or 2793754. OLE color: 2793754.

HSL color Cylindrical-coordinate representation of color #1AA12A: hue angle of 127.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA12A is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB2616142-
CMYK0.8400.740.37
HSL127.11º72.19%36.67%-
HSV(B)127.11º83.85%63.14%-
XYZ13.5925.886.47-
YUV107.0791.2770.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 161 (63.28% from 255) = 70.31%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=11.35%
G=70.31%
B=18.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26161420.8400.740.37127.1172.1936.67
Hex1AA12A5404A257f4825
Octal322415212401124517711045
Binary110101010000110101010101000100101010010111111111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,161,42); }

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

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

 a { background-color: rgb(26,161,42); }

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

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

 span { border-color: rgb(26,161,42); }

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