Html Css Color HEX #1AA515 Forest Green

📋 copy color: '#1AA515'

red 26 ◦ green 165 ◦ blue 21

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

Shades of Forest Green #1AA515

Tints of Forest Green #1AA515

RGB

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

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

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

R = 12.26%
G = 77.83%
B = 9.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#1AA515 (or 0x1AA515) is known color: Forest Green. HEX triplet: 1A, A5 and 15. RGB value is (26,165,21). Sum of RGB (Red+Green+Blue) = 26+165+21=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 165 (64.84% from 255 or 77.83% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA515 is #E55AEA. Grayscale: #6B6B6B. Windows color (decimal): -15031019 or 1418522. OLE color: 1418522.

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

Color convert

RGB 26 165 21 -
CMYK 0.84 0 0.87 0.35
HSL 117.92º 0.77% 0.36% -
HSV(B) 117.92º 0.87% 0.65% -
XYZ 14.02 27.18 5.22 -
YUV 107.02 79.45 70.21 -
System Red Green Blue C M Y K H S L
Decimal 26 165 21 0.84 0 0.87 0.35 117.92 0.77 0.36
Hex 1A A5 15 54 0 57 23 76 4D 24
Octal 32 245 25 124 0 127 43 166 115 44
Binary 11010 10100101 10101 1010100 0 1010111 100011 1110110 1001101 100100

Color Harmonies of #1AA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA515

Black with #1AA515

Text Example


Text Example

White with #1AA515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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