#1AA044

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

Shades of Pigment Green #1AA044

Tints of Pigment Green #1AA044

Color information

#1AA044 (or 0x1AA044) is unknown color: approx Pigment Green. HEX triplet: 1A, A0 and 44. RGB value is (26,160,68). Sum of RGB (Red+Green+Blue) = 26+160+68=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA044 is #E55FBB. Grayscale: #6D6D6D. Windows color (decimal): -15032252 or 4497434. OLE color: 4497434.

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

Color convert

RGB2616068-
CMYK0.8400.570.37
HSL138.81º72.04%36.47%-
HSV(B)138.81º83.75%62.75%-
XYZ14.0425.789.7-
YUV109.45104.6168.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 160 (62.89% from 255) = 62.99%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=10.24%
G=62.99%
B=26.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26160680.8400.570.37138.8172.0436.47
Hex1AA04454039258b4824
Octal322401041240714521311044
Binary1101010100000100010010101000111001100101100010111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,160,68); }

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

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

 a { background-color: rgb(26,160,68); }

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

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

 span { border-color: rgb(26,160,68); }

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