Html Css Color HEX #1AAA4F Pigment Green

📋 copy color: '#1AAA4F'

red 26 ◦ green 170 ◦ blue 79

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

Shades of Pigment Green #1AAA4F

Tints of Pigment Green #1AAA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 9.45%
G = 61.82%
B = 28.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#1AAA4F (or 0x1AAA4F) is known color: Pigment Green. HEX triplet: 1A, AA and 4F. RGB value is (26,170,79). Sum of RGB (Red+Green+Blue) = 26+170+79=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA4F is #E555B0. Grayscale: #747474. Windows color (decimal): -15029681 or 5220890. OLE color: 5220890.

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

Color convert

RGB 26 170 79 -
CMYK 0.85 0 0.54 0.33
HSL 142.08º 0.73% 0.38% -
HSV(B) 142.08º 0.85% 0.67% -
XYZ 16.21 29.53 12.24 -
YUV 116.57 106.79 63.4 -
System Red Green Blue C M Y K H S L
Decimal 26 170 79 0.85 0 0.54 0.33 142.08 0.73 0.38
Hex 1A AA 4F 55 0 36 21 8E 49 26
Octal 32 252 117 125 0 66 41 216 111 46
Binary 11010 10101010 1001111 1010101 0 110110 100001 10001110 1001001 100110

Color Harmonies of #1AAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA4F

Black with #1AAA4F

Text Example


Text Example

White with #1AAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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