#1AA138

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

Shades of Forest Green #1AA138

Tints of Forest Green #1AA138

Color information

#1AA138 (or 0x1AA138) is unknown color: approx Forest Green. HEX triplet: 1A, A1 and 38. RGB value is (26,161,56). Sum of RGB (Red+Green+Blue) = 26+161+56=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 161 (63.28% from 255 or 66.26% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA138 is #E55EC7. Grayscale: #6C6C6C. Windows color (decimal): -15032008 or 3711258. OLE color: 3711258.

HSL color Cylindrical-coordinate representation of color #1AA138: hue angle of 133.33º 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 #1AA138 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB2616156-
CMYK0.8400.650.37
HSL133.33º72.19%36.67%-
HSV(B)133.33º83.85%63.14%-
XYZ13.8825.998.03-
YUV108.6698.2769.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 161 (63.28% from 255) = 66.26%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=10.70%
G=66.26%
B=23.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26161560.8400.650.37133.3372.1936.67
Hex1AA1385404125854825
Octal322417012401014520511045
Binary1101010100001111000101010001000001100101100001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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