Html Css Color HEX #1AA61A Forest Green

📋 copy color: '#1AA61A'

red 26 ◦ green 166 ◦ blue 26

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

Shades of Forest Green #1AA61A

Tints of Forest Green #1AA61A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 76.15%

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 11.93%
G = 76.15%
B = 11.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#1AA61A (or 0x1AA61A) is known color: Forest Green. HEX triplet: 1A, A6 and 1A. RGB value is (26,166,26). Sum of RGB (Red+Green+Blue) = 26+166+26=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 166 (65.23% from 255 or 76.15% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA61A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA61A is #E559E5. Grayscale: #6C6C6C. Windows color (decimal): -15030758 or 1746458. OLE color: 1746458.

HSL color Cylindrical-coordinate representation of color #1AA61A: hue angle of 120º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA61A is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 166 26 -
CMYK 0.84 0 0.84 0.35
HSL 120º 0.73% 0.38% -
HSV(B) 120º 0.84% 0.65% -
XYZ 14.25 27.57 5.55 -
YUV 108.18 81.62 69.38 -
System Red Green Blue C M Y K H S L
Decimal 26 166 26 0.84 0 0.84 0.35 120 0.73 0.38
Hex 1A A6 1A 54 0 54 23 78 49 26
Octal 32 246 32 124 0 124 43 170 111 46
Binary 11010 10100110 11010 1010100 0 1010100 100011 1111000 1001001 100110

Color Harmonies of #1AA61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA61A

Black with #1AA61A

Text Example


Text Example

White with #1AA61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,166,26); }

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

background-color css

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

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

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

border-color css

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

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

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