#1AA254

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

Shades of Pigment Green #1AA254

Tints of Pigment Green #1AA254

Color information

#1AA254 (or 0x1AA254) is unknown color: approx Pigment Green. HEX triplet: 1A, A2 and 54. RGB value is (26,162,84). Sum of RGB (Red+Green+Blue) = 26+162+84=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA254 is #E55DAB. Grayscale: #707070. Windows color (decimal): -15031724 or 5546522. OLE color: 5546522.

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

Color convert

RGB2616284-
CMYK0.8400.480.36
HSL145.59º72.34%36.86%-
HSV(B)145.59º83.95%63.53%-
XYZ14.9526.712.75-
YUV112.44111.9466.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.56%
GREEN value IS 162 (63.67% from 255) = 59.56%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=9.56%
G=59.56%
B=30.88%

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
Decimal26162840.8400.480.36145.5972.3436.86
Hex1AA2545403024924825
Octal322421241240604422211045
Binary1101010100010101010010101000110000100100100100101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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