Html Css Color HEX #1AA01A Forest Green

📋 copy color: '#1AA01A'

red 26 ◦ green 160 ◦ blue 26

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

Shades of Forest Green #1AA01A

Tints of Forest Green #1AA01A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 75.47%

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

R = 12.26%
G = 75.47%
B = 12.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#1AA01A (or 0x1AA01A) is known color: Forest Green. HEX triplet: 1A, A0 and 1A. RGB value is (26,160,26). Sum of RGB (Red+Green+Blue) = 26+160+26=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 160 (62.89% from 255 or 75.47% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA01A is #E55FE5. Grayscale: #696969. Windows color (decimal): -15032294 or 1744922. OLE color: 1744922.

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

Color convert

RGB 26 160 26 -
CMYK 0.84 0 0.84 0.37
HSL 120º 0.72% 0.36% -
HSV(B) 120º 0.84% 0.63% -
XYZ 13.18 25.44 5.19 -
YUV 104.66 83.61 71.9 -
System Red Green Blue C M Y K H S L
Decimal 26 160 26 0.84 0 0.84 0.37 120 0.72 0.36
Hex 1A A0 1A 54 0 54 25 78 48 24
Octal 32 240 32 124 0 124 45 170 110 44
Binary 11010 10100000 11010 1010100 0 1010100 100101 1111000 1001000 100100

Color Harmonies of #1AA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA01A

Black with #1AA01A

Text Example


Text Example

White with #1AA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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