Html Css Color HEX #1AAB5A Pigment Green

📋 copy color: '#1AAB5A'

red 26 ◦ green 171 ◦ blue 90

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

Shades of Pigment Green #1AAB5A

Tints of Pigment Green #1AAB5A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 59.58%

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 9.06%
G = 59.58%
B = 31.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#1AAB5A (or 0x1AAB5A) is known color: Pigment Green. HEX triplet: 1A, AB and 5A. RGB value is (26,171,90). Sum of RGB (Red+Green+Blue) = 26+171+90=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAB5A is #E554A5. Grayscale: #767676. Windows color (decimal): -15029414 or 5942042. OLE color: 5942042.

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

Color convert

RGB 26 171 90 -
CMYK 0.85 0 0.47 0.33
HSL 146.48º 0.74% 0.39% -
HSV(B) 146.48º 0.85% 0.67% -
XYZ 16.83 30.08 14.59 -
YUV 118.41 111.96 62.09 -
System Red Green Blue C M Y K H S L
Decimal 26 171 90 0.85 0 0.47 0.33 146.48 0.74 0.39
Hex 1A AB 5A 55 0 2F 21 92 4A 27
Octal 32 253 132 125 0 57 41 222 112 47
Binary 11010 10101011 1011010 1010101 0 101111 100001 10010010 1001010 100111

Color Harmonies of #1AAB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAB5A

Black with #1AAB5A

Text Example


Text Example

White with #1AAB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,171,90); }

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

background-color css

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

 a { background-color: rgb(26,171,90); }

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

border-color css

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

 span { border-color: rgb(26,171,90); }

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