Html Css Color HEX #1AAB20 Forest Green

📋 copy color: '#1AAB20'

red 26 ◦ green 171 ◦ blue 32

#1AAB20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1AAB20

Tints of Forest Green #1AAB20

RGB

 RED value IS 26 (10.55% from 255) = 11.35%

 GREEN value IS 171 (67.19% from 255) = 74.67%

 BLUE value IS 32 (12.89% from 255) = 13.97%

R = 11.35%
G = 74.67%
B = 13.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#1AAB20 (or 0x1AAB20) is known color: Forest Green. HEX triplet: 1A, AB and 20. RGB value is (26,171,32). Sum of RGB (Red+Green+Blue) = 26+171+32=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 171 (67.19% from 255 or 74.67% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAB20 is #E554DF. Grayscale: #707070. Windows color (decimal): -15029472 or 2140954. OLE color: 2140954.

HSL color Cylindrical-coordinate representation of color #1AAB20: hue angle of 122.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAB20 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 171 32 -
CMYK 0.85 0 0.81 0.33
HSL 122.48º 0.74% 0.39% -
HSV(B) 122.48º 0.85% 0.67% -
XYZ 15.25 29.45 6.25 -
YUV 111.8 82.96 66.8 -
System Red Green Blue C M Y K H S L
Decimal 26 171 32 0.85 0 0.81 0.33 122.48 0.74 0.39
Hex 1A AB 20 55 0 51 21 7A 4A 27
Octal 32 253 40 125 0 121 41 172 112 47
Binary 11010 10101011 100000 1010101 0 1010001 100001 1111010 1001010 100111

Color Harmonies of #1AAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAB20

Black with #1AAB20

Text Example


Text Example

White with #1AAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AAB20;
 }
 .AnyTagClassName
 {
   color: #1AAB20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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