#12AD4C

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

Shades of Pigment Green #12AD4C

Tints of Pigment Green #12AD4C

Color information

#12AD4C (or 0x12AD4C) is unknown color: approx Pigment Green. HEX triplet: 12, AD and 4C. RGB value is (18,173,76). Sum of RGB (Red+Green+Blue) = 18+173+76=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AD4C is #ED52B3. Grayscale: #737373. Windows color (decimal): -15553204 or 5025042. OLE color: 5025042.

HSL color Cylindrical-coordinate representation of color #12AD4C: hue angle of 142.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AD4C is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB1817376-
CMYK0.9000.560.32
HSL142.45º81.15%37.45%-
HSV(B)142.45º89.6%67.84%-
XYZ16.530.5411.86-
YUV115.6105.6558.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.74%
GREEN value IS 173 (67.97% from 255) = 64.79%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=6.74%
G=64.79%
B=28.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18173760.9000.560.32142.4581.1537.45
Hex12AD4C5A038208e5125
Octal222551141320704021612145
Binary1001010101101100110010110100111000100000100011101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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