Html Css Color HEX #1AA518 Forest Green

📋 copy color: '#1AA518'

red 26 ◦ green 165 ◦ blue 24

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

Shades of Forest Green #1AA518

Tints of Forest Green #1AA518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 76.74%

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 12.09%
G = 76.74%
B = 11.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#1AA518 (or 0x1AA518) is known color: Forest Green. HEX triplet: 1A, A5 and 18. RGB value is (26,165,24). Sum of RGB (Red+Green+Blue) = 26+165+24=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 165 (64.84% from 255 or 76.74% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA518 is #E55AE7. Grayscale: #6B6B6B. Windows color (decimal): -15031016 or 1615130. OLE color: 1615130.

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

Color convert

RGB 26 165 24 -
CMYK 0.84 0 0.85 0.35
HSL 119.15º 0.75% 0.37% -
HSV(B) 119.15º 0.85% 0.65% -
XYZ 14.05 27.2 5.37 -
YUV 107.37 80.95 69.96 -
System Red Green Blue C M Y K H S L
Decimal 26 165 24 0.84 0 0.85 0.35 119.15 0.75 0.37
Hex 1A A5 18 54 0 55 23 77 4B 25
Octal 32 245 30 124 0 125 43 167 113 45
Binary 11010 10100101 11000 1010100 0 1010101 100011 1110111 1001011 100101

Color Harmonies of #1AA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA518

Black with #1AA518

Text Example


Text Example

White with #1AA518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,165,24); }

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

background-color css

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

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

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

border-color css

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

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

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