#1AA351

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

Shades of Pigment Green #1AA351

Tints of Pigment Green #1AA351

Color information

#1AA351 (or 0x1AA351) is unknown color: approx Pigment Green. HEX triplet: 1A, A3 and 51. RGB value is (26,163,81). Sum of RGB (Red+Green+Blue) = 26+163+81=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 163 (64.06% from 255 or 60.37% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA351 is #E55CAE. Grayscale: #707070. Windows color (decimal): -15031471 or 5350170. OLE color: 5350170.

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

Color convert

RGB2616381-
CMYK0.8400.500.36
HSL144.09º72.49%37.06%-
HSV(B)144.09º84.05%63.92%-
XYZ15.0127.0112.21-
YUV112.69110.1166.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.63%
GREEN value IS 163 (64.06% from 255) = 60.37%
BLUE value IS 81 (32.03% from 255) = 30%
R=9.63%
G=60.37%
B=30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26163810.8400.500.36144.0972.4937.06
Hex1AA3515403224904825
Octal322431211240624422011045
Binary1101010100011101000110101000110010100100100100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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