#1A9C20

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

Shades of Forest Green #1A9C20

Tints of Forest Green #1A9C20

Color information

#1A9C20 (or 0x1A9C20) is unknown color: approx Forest Green. HEX triplet: 1A, 9C and 20. RGB value is (26,156,32). Sum of RGB (Red+Green+Blue) = 26+156+32=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 156 (61.33% from 255 or 72.90% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 156 - color contains mainly: green. Hex color #1A9C20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9C20 is #E563DF. Grayscale: #676767. Windows color (decimal): -15033312 or 2137114. OLE color: 2137114.

HSL color Cylindrical-coordinate representation of color #1A9C20: hue angle of 122.77º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9C20 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB2615632-
CMYK0.8300.790.39
HSL122.77º71.43%35.69%-
HSV(B)122.77º83.33%61.18%-
XYZ12.5824.15.36-
YUV102.9987.9373.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 156 (61.33% from 255) = 72.90%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=12.15%
G=72.90%
B=14.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26156320.8300.790.39122.7771.4335.69
Hex1A9C205304F277b4724
Octal322344012301174717310744
Binary110101001110010000010100110100111110011111110111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,156,32); }

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

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

 a { background-color: rgb(26,156,32); }

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

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

 span { border-color: rgb(26,156,32); }

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