Html Css Color HEX #1AA356 Pigment Green

📋 copy color: '#1AA356'

red 26 ◦ green 163 ◦ blue 86

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

Shades of Pigment Green #1AA356

Tints of Pigment Green #1AA356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 59.27%

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

R = 9.45%
G = 59.27%
B = 31.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#1AA356 (or 0x1AA356) is known color: Pigment Green. HEX triplet: 1A, A3 and 56. RGB value is (26,163,86). Sum of RGB (Red+Green+Blue) = 26+163+86=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA356 is #E55CA9. Grayscale: #717171. Windows color (decimal): -15031466 or 5677850. OLE color: 5677850.

HSL color Cylindrical-coordinate representation of color #1AA356: hue angle of 146.28º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA356 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 26 163 86 -
CMYK 0.84 0 0.47 0.36
HSL 146.28º 0.72% 0.37% -
HSV(B) 146.28º 0.84% 0.64% -
XYZ 15.2 27.09 13.23 -
YUV 113.26 112.61 65.76 -
System Red Green Blue C M Y K H S L
Decimal 26 163 86 0.84 0 0.47 0.36 146.28 0.72 0.37
Hex 1A A3 56 54 0 2F 24 92 48 25
Octal 32 243 126 124 0 57 44 222 110 45
Binary 11010 10100011 1010110 1010100 0 101111 100100 10010010 1001000 100101

Color Harmonies of #1AA356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA356

Black with #1AA356

Text Example


Text Example

White with #1AA356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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