#1AA350

Color #1AA350 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #1AA350

Tints of Pigment Green #1AA350

Color information

#1AA350 (or 0x1AA350) is unknown color: approx Pigment Green. HEX triplet: 1A, A3 and 50. RGB value is (26,163,80). Sum of RGB (Red+Green+Blue) = 26+163+80=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA350 is #E55CAF. Grayscale: #707070. Windows color (decimal): -15031472 or 5284634. OLE color: 5284634.

HSL color Cylindrical-coordinate representation of color #1AA350: hue angle of 143.65º 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 #1AA350 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB2616380-
CMYK0.8400.510.36
HSL143.65º72.49%37.06%-
HSV(B)143.65º84.05%63.92%-
XYZ14.9726.9912.01-
YUV112.58109.6166.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.67%
GREEN value IS 163 (64.06% from 255) = 60.59%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=9.67%
G=60.59%
B=29.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26163800.8400.510.36143.6572.4937.06
Hex1AA3505403324904825
Octal322431201240634422011045
Binary1101010100011101000010101000110011100100100100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AA350;
 }
 .AnyTagClassName
 {
   color: #1AA350;
 }
</style>
background-color css

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

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

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

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

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

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