Html Css Color HEX #1AAA5D Pigment Green

📋 copy color: '#1AAA5D'

red 26 ◦ green 170 ◦ blue 93

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

Shades of Pigment Green #1AAA5D

Tints of Pigment Green #1AAA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 9%
G = 58.82%
B = 32.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#1AAA5D (or 0x1AAA5D) is known color: Pigment Green. HEX triplet: 1A, AA and 5D. RGB value is (26,170,93). Sum of RGB (Red+Green+Blue) = 26+170+93=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA5D is #E555A2. Grayscale: #767676. Windows color (decimal): -15029667 or 6138394. OLE color: 6138394.

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

Color convert

RGB 26 170 93 -
CMYK 0.85 0 0.45 0.33
HSL 147.92º 0.73% 0.38% -
HSV(B) 147.92º 0.85% 0.67% -
XYZ 16.78 29.76 15.22 -
YUV 118.17 113.79 62.26 -
System Red Green Blue C M Y K H S L
Decimal 26 170 93 0.85 0 0.45 0.33 147.92 0.73 0.38
Hex 1A AA 5D 55 0 2D 21 94 49 26
Octal 32 252 135 125 0 55 41 224 111 46
Binary 11010 10101010 1011101 1010101 0 101101 100001 10010100 1001001 100110

Color Harmonies of #1AAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA5D

Black with #1AAA5D

Text Example


Text Example

White with #1AAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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