Html Css Color HEX #1AA01C Forest Green

📋 copy color: '#1AA01C'

red 26 ◦ green 160 ◦ blue 28

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

Shades of Forest Green #1AA01C

Tints of Forest Green #1AA01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 12.15%
G = 74.77%
B = 13.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#1AA01C (or 0x1AA01C) is known color: Forest Green. HEX triplet: 1A, A0 and 1C. RGB value is (26,160,28). Sum of RGB (Red+Green+Blue) = 26+160+28=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 160 (62.89% from 255 or 74.77% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA01C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA01C is #E55FE3. Grayscale: #696969. Windows color (decimal): -15032292 or 1875994. OLE color: 1875994.

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

Color convert

RGB 26 160 28 -
CMYK 0.84 0 0.82 0.37
HSL 120.9º 0.72% 0.36% -
HSV(B) 120.9º 0.84% 0.63% -
XYZ 13.21 25.45 5.31 -
YUV 104.89 84.61 71.73 -
System Red Green Blue C M Y K H S L
Decimal 26 160 28 0.84 0 0.82 0.37 120.9 0.72 0.36
Hex 1A A0 1C 54 0 52 25 79 48 24
Octal 32 240 34 124 0 122 45 171 110 44
Binary 11010 10100000 11100 1010100 0 1010010 100101 1111001 1001000 100100

Color Harmonies of #1AA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA01C

Black with #1AA01C

Text Example


Text Example

White with #1AA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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