Html Css Color HEX #1AA415 Forest Green

📋 copy color: '#1AA415'

red 26 ◦ green 164 ◦ blue 21

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

Shades of Forest Green #1AA415

Tints of Forest Green #1AA415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 77.73%

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 12.32%
G = 77.73%
B = 9.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#1AA415 (or 0x1AA415) is known color: Forest Green. HEX triplet: 1A, A4 and 15. RGB value is (26,164,21). Sum of RGB (Red+Green+Blue) = 26+164+21=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA415 is #E55BEA. Grayscale: #6A6A6A. Windows color (decimal): -15031275 or 1418266. OLE color: 1418266.

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

Color convert

RGB 26 164 21 -
CMYK 0.84 0 0.87 0.36
HSL 117.9º 0.77% 0.36% -
HSV(B) 117.9º 0.87% 0.64% -
XYZ 13.84 26.82 5.16 -
YUV 106.44 79.78 70.63 -
System Red Green Blue C M Y K H S L
Decimal 26 164 21 0.84 0 0.87 0.36 117.9 0.77 0.36
Hex 1A A4 15 54 0 57 24 76 4D 24
Octal 32 244 25 124 0 127 44 166 115 44
Binary 11010 10100100 10101 1010100 0 1010111 100100 1110110 1001101 100100

Color Harmonies of #1AA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA415

Black with #1AA415

Text Example


Text Example

White with #1AA415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,164,21); }

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

background-color css

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

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

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

border-color css

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

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

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