Html Css Color HEX #1AAA15 Forest Green

📋 copy color: '#1AAA15'

red 26 ◦ green 170 ◦ blue 21

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

Shades of Forest Green #1AAA15

Tints of Forest Green #1AAA15

RGB

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

 GREEN value IS 170 (66.8% from 255) = 78.34%

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

R = 11.98%
G = 78.34%
B = 9.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#1AAA15 (or 0x1AAA15) is known color: Forest Green. HEX triplet: 1A, AA and 15. RGB value is (26,170,21). Sum of RGB (Red+Green+Blue) = 26+170+21=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAA15 is #E555EA. Grayscale: #6E6E6E. Windows color (decimal): -15029739 or 1419802. OLE color: 1419802.

HSL color Cylindrical-coordinate representation of color #1AAA15: hue angle of 117.99º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AAA15 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 21 -
CMYK 0.85 0 0.88 0.33
HSL 117.99º 0.78% 0.37% -
HSV(B) 117.99º 0.88% 0.67% -
XYZ 14.94 29.02 5.52 -
YUV 109.96 77.79 68.12 -
System Red Green Blue C M Y K H S L
Decimal 26 170 21 0.85 0 0.88 0.33 117.99 0.78 0.37
Hex 1A AA 15 55 0 58 21 76 4E 25
Octal 32 252 25 125 0 130 41 166 116 45
Binary 11010 10101010 10101 1010101 0 1011000 100001 1110110 1001110 100101

Color Harmonies of #1AAA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA15

Black with #1AAA15

Text Example


Text Example

White with #1AAA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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