Html Css Color HEX #1AA84A Pigment Green

📋 copy color: '#1AA84A'

red 26 ◦ green 168 ◦ blue 74

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

Shades of Pigment Green #1AA84A

Tints of Pigment Green #1AA84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 62.69%

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 9.7%
G = 62.69%
B = 27.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#1AA84A (or 0x1AA84A) is known color: Pigment Green. HEX triplet: 1A, A8 and 4A. RGB value is (26,168,74). Sum of RGB (Red+Green+Blue) = 26+168+74=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 168 (66.02% from 255 or 62.69% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA84A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA84A is #E557B5. Grayscale: #737373. Windows color (decimal): -15030198 or 4892698. OLE color: 4892698.

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

Color convert

RGB 26 168 74 -
CMYK 0.85 0 0.56 0.34
HSL 140.28º 0.73% 0.38% -
HSV(B) 140.28º 0.85% 0.66% -
XYZ 15.66 28.72 11.2 -
YUV 114.83 104.96 64.64 -
System Red Green Blue C M Y K H S L
Decimal 26 168 74 0.85 0 0.56 0.34 140.28 0.73 0.38
Hex 1A A8 4A 55 0 38 22 8C 49 26
Octal 32 250 112 125 0 70 42 214 111 46
Binary 11010 10101000 1001010 1010101 0 111000 100010 10001100 1001001 100110

Color Harmonies of #1AA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA84A

Black with #1AA84A

Text Example


Text Example

White with #1AA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,168,74); }

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

background-color css

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

 a { background-color: rgb(26,168,74); }

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

border-color css

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

 span { border-color: rgb(26,168,74); }

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