#1AB216

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

Shades of Forest Green #1AB216

Tints of Forest Green #1AB216

Color information

#1AB216 (or 0x1AB216) is unknown color: approx Forest Green. HEX triplet: 1A, B2 and 16. RGB value is (26,178,22). Sum of RGB (Red+Green+Blue) = 26+178+22=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 178 (69.92% from 255 or 78.76% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB216 is #E54DE9. Grayscale: #737373. Windows color (decimal): -15027690 or 1487386. OLE color: 1487386.

HSL color Cylindrical-coordinate representation of color #1AB216: hue angle of 118.46º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB216 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB2617822-
CMYK0.8500.880.30
HSL118.46º78%39.22%-
HSV(B)118.46º87.64%69.8%-
XYZ16.4932.126.09-
YUV114.7775.6464.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.50%
GREEN value IS 178 (69.92% from 255) = 78.76%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=11.50%
G=78.76%
B=9.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal26178220.8500.880.30118.467839.22
Hex1AB216550581E764e27
Octal322622612501303616611647
Binary1101010110010101101010101010110001111011101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,178,22); }

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

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

 a { background-color: rgb(26,178,22); }

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

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

 span { border-color: rgb(26,178,22); }

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