#1A9915

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

Shades of Forest Green #1A9915

Tints of Forest Green #1A9915

Color information

#1A9915 (or 0x1A9915) is unknown color: approx Forest Green. HEX triplet: 1A, 99 and 15. RGB value is (26,153,21). Sum of RGB (Red+Green+Blue) = 26+153+21=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 153 (60.16% from 255 or 76.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 153 - color contains mainly: green. Hex color #1A9915 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9915 is #E566EA. Grayscale: #646464. Windows color (decimal): -15034091 or 1415450. OLE color: 1415450.

HSL color Cylindrical-coordinate representation of color #1A9915: hue angle of 117.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A9915 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB2615321-
CMYK0.8300.860.4
HSL117.73º75.86%34.12%-
HSV(B)117.73º86.27%60%-
XYZ11.9523.064.53-
YUV99.9883.4275.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 153 (60.16% from 255) = 76.5%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=13%
G=76.5%
B=10.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal26153210.8300.860.4117.7375.8634.12
Hex1A99155305628764c22
Octal322312512301265016611442
Binary11010100110011010110100110101011010100011101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,153,21); }

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

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

 a { background-color: rgb(26,153,21); }

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

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

 span { border-color: rgb(26,153,21); }

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