Html Css Color HEX #1AA656 Pigment Green

📋 copy color: '#1AA656'

red 26 ◦ green 166 ◦ blue 86

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

Shades of Pigment Green #1AA656

Tints of Pigment Green #1AA656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 59.71%

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 9.35%
G = 59.71%
B = 30.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#1AA656 (or 0x1AA656) is known color: Pigment Green. HEX triplet: 1A, A6 and 56. RGB value is (26,166,86). Sum of RGB (Red+Green+Blue) = 26+166+86=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA656 is #E559A9. Grayscale: #737373. Windows color (decimal): -15030698 or 5678618. OLE color: 5678618.

HSL color Cylindrical-coordinate representation of color #1AA656: hue angle of 145.71º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA656 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 166 86 -
CMYK 0.84 0 0.48 0.35
HSL 145.71º 0.73% 0.38% -
HSV(B) 145.71º 0.84% 0.65% -
XYZ 15.74 28.16 13.41 -
YUV 115.02 111.62 64.5 -
System Red Green Blue C M Y K H S L
Decimal 26 166 86 0.84 0 0.48 0.35 145.71 0.73 0.38
Hex 1A A6 56 54 0 30 23 92 49 26
Octal 32 246 126 124 0 60 43 222 111 46
Binary 11010 10100110 1010110 1010100 0 110000 100011 10010010 1001001 100110

Color Harmonies of #1AA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA656

Black with #1AA656

Text Example


Text Example

White with #1AA656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,166,86); }

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

background-color css

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

 a { background-color: rgb(26,166,86); }

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

border-color css

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

 span { border-color: rgb(26,166,86); }

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