#12A545

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

Shades of Pigment Green #12A545

Tints of Pigment Green #12A545

Color information

#12A545 (or 0x12A545) is unknown color: approx Pigment Green. HEX triplet: 12, A5 and 45. RGB value is (18,165,69). Sum of RGB (Red+Green+Blue) = 18+165+69=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 165 (64.84% from 255 or 65.48% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 165 - color contains mainly: green. Hex color #12A545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A545 is #ED5ABA. Grayscale: #6E6E6E. Windows color (decimal): -15555259 or 4564242. OLE color: 4564242.

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

Color convert

RGB1816569-
CMYK0.8900.580.35
HSL140.82º80.33%35.88%-
HSV(B)140.82º89.09%64.71%-
XYZ14.7827.4710.15-
YUV110.1104.862.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 165 (64.84% from 255) = 65.48%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=7.14%
G=65.48%
B=27.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18165690.8900.580.35140.8280.3335.88
Hex12A5455903A238d5024
Octal222451051310724321512044
Binary1001010100101100010110110010111010100011100011011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,69); }

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

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

 a { background-color: rgb(18,165,69); }

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

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

 span { border-color: rgb(18,165,69); }

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