Html Css Color HEX #1AA01F Forest Green

📋 copy color: '#1AA01F'

red 26 ◦ green 160 ◦ blue 31

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

Shades of Forest Green #1AA01F

Tints of Forest Green #1AA01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.29%

R = 11.98%
G = 73.73%
B = 14.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#1AA01F (or 0x1AA01F) is known color: Forest Green. HEX triplet: 1A, A0 and 1F. RGB value is (26,160,31). Sum of RGB (Red+Green+Blue) = 26+160+31=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 160 (62.89% from 255 or 73.73% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA01F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA01F is #E55FE0. Grayscale: #696969. Windows color (decimal): -15032289 or 2072602. OLE color: 2072602.

HSL color Cylindrical-coordinate representation of color #1AA01F: hue angle of 122.24º 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 #1AA01F is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 26 160 31 -
CMYK 0.84 0 0.81 0.37
HSL 122.24º 0.72% 0.36% -
HSV(B) 122.24º 0.84% 0.63% -
XYZ 13.24 25.46 5.51 -
YUV 105.23 86.11 71.49 -
System Red Green Blue C M Y K H S L
Decimal 26 160 31 0.84 0 0.81 0.37 122.24 0.72 0.36
Hex 1A A0 1F 54 0 51 25 7A 48 24
Octal 32 240 37 124 0 121 45 172 110 44
Binary 11010 10100000 11111 1010100 0 1010001 100101 1111010 1001000 100100

Color Harmonies of #1AA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA01F

Black with #1AA01F

Text Example


Text Example

White with #1AA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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