#12AB44

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

Shades of Pigment Green #12AB44

Tints of Pigment Green #12AB44

Color information

#12AB44 (or 0x12AB44) is unknown color: approx Pigment Green. HEX triplet: 12, AB and 44. RGB value is (18,171,68). Sum of RGB (Red+Green+Blue) = 18+171+68=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 171 (67.19% from 255 or 66.54% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB44 is #ED54BB. Grayscale: #717171. Windows color (decimal): -15553724 or 4500242. OLE color: 4500242.

HSL color Cylindrical-coordinate representation of color #12AB44: hue angle of 139.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB44 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1817168-
CMYK0.8900.600.33
HSL139.61º80.95%37.06%-
HSV(B)139.61º89.47%67.06%-
XYZ15.8629.6710.36-
YUV113.51102.3159.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 171 (67.19% from 255) = 66.54%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=7.00%
G=66.54%
B=26.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171680.8900.600.33139.6180.9537.06
Hex12AB445903C218c5125
Octal222531041310744121412145
Binary1001010101011100010010110010111100100001100011001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12AB44; }

 p { color: rgb(18,171,68); }

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

<style>
 a { background-color: #12AB44; }

 a { background-color: rgb(18,171,68); }

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

<style>
 span { border-color: #12AB44; }

 span { border-color: rgb(18,171,68); }

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