#1AA225

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

Shades of Forest Green #1AA225

Tints of Forest Green #1AA225

Color information

#1AA225 (or 0x1AA225) is unknown color: approx Forest Green. HEX triplet: 1A, A2 and 25. RGB value is (26,162,37). Sum of RGB (Red+Green+Blue) = 26+162+37=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 162 (63.67% from 255 or 72% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA225 is #E55DDA. Grayscale: #6B6B6B. Windows color (decimal): -15031771 or 2466330. OLE color: 2466330.

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

Color convert

RGB2616237-
CMYK0.8400.770.36
HSL124.85º72.34%36.86%-
HSV(B)124.85º83.95%63.53%-
XYZ13.6826.196.09-
YUV107.0988.4470.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 162 (63.67% from 255) = 72%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=11.56%
G=72%
B=16.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26162370.8400.770.36124.8572.3436.86
Hex1AA2255404D247d4825
Octal322424512401154417511045
Binary110101010001010010110101000100110110010011111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,162,37); }

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

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

 a { background-color: rgb(26,162,37); }

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

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

 span { border-color: rgb(26,162,37); }

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