#1A9B14

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

Shades of Forest Green #1A9B14

Tints of Forest Green #1A9B14

Color information

#1A9B14 (or 0x1A9B14) is unknown color: approx Forest Green. HEX triplet: 1A, 9B and 14. RGB value is (26,155,20). Sum of RGB (Red+Green+Blue) = 26+155+20=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 155 (60.94% from 255 or 77.11% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 155 - color contains mainly: green. Hex color #1A9B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9B14 is #E564EB. Grayscale: #656565. Windows color (decimal): -15033580 or 1350426. OLE color: 1350426.

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

Color convert

RGB2615520-
CMYK0.8300.870.39
HSL117.33º77.14%34.31%-
HSV(B)117.33º87.1%60.78%-
XYZ12.2723.714.59-
YUV101.0482.2674.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 155 (60.94% from 255) = 77.11%
BLUE value IS 20 (8.20% from 255) = 9.95%
R=12.94%
G=77.11%
B=9.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26155200.8300.870.39117.3377.1434.31
Hex1A9B145305727754d22
Octal322332412301274716511542
Binary11010100110111010010100110101011110011111101011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,155,20); }

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

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

 a { background-color: rgb(26,155,20); }

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

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

 span { border-color: rgb(26,155,20); }

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