#1AA255

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

Shades of Pigment Green #1AA255

Tints of Pigment Green #1AA255

Color information

#1AA255 (or 0x1AA255) is unknown color: approx Pigment Green. HEX triplet: 1A, A2 and 55. RGB value is (26,162,85). Sum of RGB (Red+Green+Blue) = 26+162+85=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA255 is #E55DAA. Grayscale: #707070. Windows color (decimal): -15031723 or 5612058. OLE color: 5612058.

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

Color convert

RGB2616285-
CMYK0.8400.480.36
HSL146.03º72.34%36.86%-
HSV(B)146.03º83.95%63.53%-
XYZ14.9926.7212.96-
YUV112.56112.4466.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.52%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=9.52%
G=59.34%
B=31.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26162850.8400.480.36146.0372.3436.86
Hex1AA2555403024924825
Octal322421251240604422211045
Binary1101010100010101010110101000110000100100100100101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,162,85); }

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

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

 a { background-color: rgb(26,162,85); }

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

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

 span { border-color: rgb(26,162,85); }

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