Html Css Color HEX #1AAA4B Pigment Green

📋 copy color: '#1AAA4B'

red 26 ◦ green 170 ◦ blue 75

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

Shades of Pigment Green #1AAA4B

Tints of Pigment Green #1AAA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 9.59%
G = 62.73%
B = 27.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#1AAA4B (or 0x1AAA4B) is known color: Pigment Green. HEX triplet: 1A, AA and 4B. RGB value is (26,170,75). Sum of RGB (Red+Green+Blue) = 26+170+75=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA4B is #E555B4. Grayscale: #747474. Windows color (decimal): -15029685 or 4958746. OLE color: 4958746.

HSL color Cylindrical-coordinate representation of color #1AAA4B: hue angle of 140.42º 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 #1AAA4B is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 75 -
CMYK 0.85 0 0.56 0.33
HSL 140.42º 0.73% 0.38% -
HSV(B) 140.42º 0.85% 0.67% -
XYZ 16.07 29.48 11.5 -
YUV 116.11 104.79 63.72 -
System Red Green Blue C M Y K H S L
Decimal 26 170 75 0.85 0 0.56 0.33 140.42 0.73 0.38
Hex 1A AA 4B 55 0 38 21 8C 49 26
Octal 32 252 113 125 0 70 41 214 111 46
Binary 11010 10101010 1001011 1010101 0 111000 100001 10001100 1001001 100110

Color Harmonies of #1AAA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA4B

Black with #1AAA4B

Text Example


Text Example

White with #1AAA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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