#12A44C

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

Shades of Pigment Green #12A44C

Tints of Pigment Green #12A44C

Color information

#12A44C (or 0x12A44C) is unknown color: approx Pigment Green. HEX triplet: 12, A4 and 4C. RGB value is (18,164,76). Sum of RGB (Red+Green+Blue) = 18+164+76=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 164 (64.45% from 255 or 63.57% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 164 - color contains mainly: green. Hex color #12A44C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A44C is #ED5BB3. Grayscale: #6E6E6E. Windows color (decimal): -15555508 or 5022738. OLE color: 5022738.

HSL color Cylindrical-coordinate representation of color #12A44C: hue angle of 143.84º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A44C is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1816476-
CMYK0.8900.540.36
HSL143.84º80.22%35.69%-
HSV(B)143.84º89.02%64.31%-
XYZ14.8327.211.31-
YUV110.31108.6362.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 164 (64.45% from 255) = 63.57%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=6.98%
G=63.57%
B=29.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18164760.8900.540.36143.8480.2235.69
Hex12A44C5903624905024
Octal222441141310664422012044
Binary1001010100100100110010110010110110100100100100001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,164,76); }

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

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

 a { background-color: rgb(18,164,76); }

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

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

 span { border-color: rgb(18,164,76); }

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