Html Css Color HEX #1AA025 Forest Green

📋 copy color: '#1AA025'

red 26 ◦ green 160 ◦ blue 37

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

Shades of Forest Green #1AA025

Tints of Forest Green #1AA025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.59%

R = 11.66%
G = 71.75%
B = 16.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#1AA025 (or 0x1AA025) is known color: Forest Green. HEX triplet: 1A, A0 and 25. RGB value is (26,160,37). Sum of RGB (Red+Green+Blue) = 26+160+37=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 160 (62.89% from 255 or 71.75% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA025 is #E55FDA. Grayscale: #6A6A6A. Windows color (decimal): -15032283 or 2465818. OLE color: 2465818.

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

Color convert

RGB 26 160 37 -
CMYK 0.84 0 0.77 0.37
HSL 124.93º 0.72% 0.36% -
HSV(B) 124.93º 0.84% 0.63% -
XYZ 13.33 25.49 5.97 -
YUV 105.91 89.11 71 -
System Red Green Blue C M Y K H S L
Decimal 26 160 37 0.84 0 0.77 0.37 124.93 0.72 0.36
Hex 1A A0 25 54 0 4D 25 7D 48 24
Octal 32 240 45 124 0 115 45 175 110 44
Binary 11010 10100000 100101 1010100 0 1001101 100101 1111101 1001000 100100

Color Harmonies of #1AA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA025

Black with #1AA025

Text Example


Text Example

White with #1AA025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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