#12AC5D

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

Shades of Pigment Green #12AC5D

Tints of Pigment Green #12AC5D

Color information

#12AC5D (or 0x12AC5D) is unknown color: approx Pigment Green. HEX triplet: 12, AC and 5D. RGB value is (18,172,93). Sum of RGB (Red+Green+Blue) = 18+172+93=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC5D is #ED53A2. Grayscale: #757575. Windows color (decimal): -15553443 or 6138898. OLE color: 6138898.

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

Color convert

RGB1817293-
CMYK0.9000.460.33
HSL149.22º81.05%37.25%-
HSV(B)149.22º89.53%67.45%-
XYZ16.9830.4215.33-
YUV116.95114.4857.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 172 (67.58% from 255) = 60.78%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=6.36%
G=60.78%
B=32.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18172930.9000.460.33149.2281.0537.25
Hex12AC5D5A02E21955125
Octal222541351320564122512145
Binary1001010101100101110110110100101110100001100101011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,172,93); }

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

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

 a { background-color: rgb(18,172,93); }

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

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

 span { border-color: rgb(18,172,93); }

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